I can have more than one form on my page and I want the error messages to
appear above the relevant form. However, I can't make it work--no error
output is displayed. Is there a way to have the output from
EqualPasswordInputValidator be filtered by ComponentFeedbackPanel? 

form.add(new ComponentFeedbackPanel("feedback", form));
...
form.add(new EqualPasswordInputValidator(password1, password2));

(I get the same problem if instead I add the feedback panel to the form's
containing panel.)

Thanks for any advice,
Julian


-- 
View this message in context: 
http://www.nabble.com/ComponentFeedbackPanel-and-EqualPasswordInputValidator-tf3868087.html#a10958797
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to