On Tue, Jun 15, 2010 at 4:57 PM, Brian Mulholland <blmulholl...@gmail.com>wrote:

> I have two validations on a textbox.  One is extended from the
> EmailValidation class that comes with wicket and works fine.  The
> other is an extension of AbstractValidator.  That one never gets
> called.  It never gets to the onValidate().  Why would one validator
> get invoked and function perfectly while the other got ignored?  Both
> were added to the component.
>
> Brian Mulholland
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>
IIRC, a second validator will not get called if the first fails.  Does the
second one get called when the first succeeds?

-- 
Jeremy Thomerson
http://www.wickettraining.com

Reply via email to