Thanks Sven, 
I'm afraid I don't know how to open a modal window from IValidator.validate
since as it stands it does not handle ajax (as far as my limited knowledge
goes).

I have moved email address validation to form.onValidate() and implemented
it in the following manner: 

if ( ! EmailAddressValidator.getInstance().getPattern().matcher( email
).find() ){ ...

I just thought one could perhaps, within
AjaxFormComponentUpdatingBehavior.onError  determine which validator is
complaining out of a group that have been assigned to a field.


Thanks,
Lucas



--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Adding-Ajax-Validation-to-Individual-Form-components-Distinguishing-error-from-multiple-validators-tp4651319p4651329.html
Sent from the Users forum mailing list archive at Nabble.com.

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

Reply via email to