ageMax.setType(Integer.class);
this.add(ageMax);
this.add(new SexeDropDownChoice("sexe", new PropertyModel(
this.categorie, "sexe")).setRequired(true));
this.add(new NiveauDropDownChoice("niveau").setRequired(true));
this.add(new DropDownChoice("discipline", this.disciplineController
.getDisciplines(), new DisciplineChoiceRenderer()));
if (this.isNew)