Yes you can

Lets say you are submitting the form with ajax, When you submit the form,
then you have to add the form to the ajax request target so that it can be
rerendered , then on the same target object, you calll
target.appendJavascript("
showFormTooltips()");

My explanation is simplistic but it gives the general idea.

Wicket has ability to:
1. Determine if the entire form is valid
2. Determine if a specific field is valid
3. Hide or show validation message if the form/field is valid
4. Show a validation message on each field
5. Show all validation messages for all fields.



Josh

Reply via email to