Re: Erreurs
Ma question est de savoir si mon code est bel et bien le bon ou bien je ne suis pas sur la voie
// Languages Countries
ViewModel countryLanguagesViewModel = new ViewModel(reference);
CountryLanguages countryLanguages = reference.getCountryLanguages();
countryLanguagesViewModel.setEntities(countryLanguages);
View countryLanguagesView = new View(humanResourceApp);
countryLanguagesView.setWicketId("countryLanguageChoiceSection");
countryLanguagesView.setContextView(homePageView);
EntityDisplayTablePanel countryTable = new EntityDisplayTablePanel(
countryLanguagesViewModel, countryLanguagesView);
add(countryTable);