Hi! I'm a newbie to wicket and I'd like to know how to get multiple inputs
into a single form validation class.
eg:- i have several components in a form and in order to validate one
component, i need the input of several other components. currently i'm
extending AbstractValidator and implementing IValidator. i override the
validate(FormComponent component) method and do my validations here.
currently i'm able to retrieve the value only for a single component. I
tried to get the other values from the model but it only gets updated when
the form is submitted.(onSubmit() method). How should i retrieve the values
of the other componenets?
-- 
View this message in context: 
http://www.nabble.com/form-validation-tf3052664.html#a8485974
Sent from the Wicket - User mailing list archive at Nabble.com.


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to