Re: Validator:required working, email and url are not

2006-06-13 Thread A. Lotfi
Everything is working except the email and url validator. Scott Van Wart <[EMAIL PROTECTED]> wrote: A. Lotfi wrote: > Hi, > I am trying to learn Struts validator, in the validator-rules.xml : > The validator-rules.xml specifies what validators are available to you. You typically want to leave t

Re: Validator:required working, email and url are not

2006-06-13 Thread Scott Van Wart
A. Lotfi wrote: Hi, I am trying to learn Struts validator, in the validator-rules.xml : The validator-rules.xml specifies what validators are available to you. You typically want to leave this alone. All your validation happens in the validation.xml file. You specify rules in this file

Validator:required working, email and url are not

2006-06-13 Thread A. Lotfi
Hi, I am trying to learn Struts validator, in the validator-rules.xml : MORE CODE HERE... in validation.xml : . when I submit the form with correct data it does not submit