Hi,

Looking at org.apache.wicket.markup.html.form.Form#validateFormValidator I
see that form validator will be skipped if any of its
org.apache.wicket.markup.html.form.validation.IFormValidator#getDependentFormComponents
is already invalid.


On Thu, Mar 14, 2013 at 3:35 PM, eugenebalt <eugeneb...@yahoo.com> wrote:

> We're having an issue where some of our validators aren't kicking in.
>
> A bunch of Component- and Form-level validators are added in the page
> constructor. We have output statements in each. The output shows that in
> some situations some of the validators are "short-circuited" and don't get
> executed even though we've added them. Any ideas?
>
>
>
> --
> View this message in context:
> http://apache-wicket.1842946.n4.nabble.com/Some-Validators-Not-Kicking-In-tp4657242.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
>
>


-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com <http://jweekend.com/>

Reply via email to