.add(new TextField("codePostal").setLabel(new Model(
"Code postal")));
this.add(new TextField("telephone").setLabel(new Model("Telephone")));
this.add(new SexePersonneDropDownChoice("sexe").setLabel(
new Model("Sexe")).setRequired(true).setEnabled(
!disableImmutable));
this.add(new AnneesDropDownChoice("annee", new PropertyModel(personne,
"annee")).setLabel(new Model("Année")).setRequired(true)