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: [email protected] For additional commands, e-mail: [email protected]
