Hi, I am trying to implement conditional form validation according to the wiki artcle http://cwiki.apache.org/WICKET/conditional-validation.html
Seems like one has to manually call updateFormComponentModels() to update the form model which is not mentioned in the wiki which is fine, but the problem is updateFormComponentModels() is protected method, so it cannot be called from button's onSubmit() method. Am I missing anything? -- View this message in context: http://www.nabble.com/Conditional-Form-Validation-tp18737747p18737747.html Sent from the Wicket - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
