Form with CompounPropertyModel never call onSubmit()

2007-11-26 Thread Gervais
Hi all, I have this form component : public class RegistrationForm extends Form { private final static long serialVersionUID = 1l; public RegistrationForm(String id, StudentFolder studentFolder) { super(id, new CompoundPropertyModel(studentFolder));

Re: Form with CompounPropertyModel never call onSubmit()

2007-11-26 Thread Martijn Dashorst
Add a feedback panel to your page and notice the validation errors. Martijn On Nov 26, 2007 2:49 PM, Gervais [EMAIL PROTECTED] wrote: Hi all, I have this form component : public class RegistrationForm extends Form { private final static long serialVersionUID = 1l;