Hello everyone,

How to run validation of form (Form.class) by hand?

Form.class javadoc says:

"If you want you can call validate() to execute form validation,
hasError() to find out whether validate() resulted in validation errors,
and updateFormComponentModels() to update the models of nested form
components. "

But in Wicket 1.4.3 the validate() method is protected so it's not
visible. By the way actually only hasError() method is public.

Why is this method protected? 
Is javadoc stale or there is just a misunderstanding on my side?

Thank you.

Best regards,
michalb

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to