Re: how to use validation rules from validatior-rules.xml in Struts Actions

2006-11-24 Thread Java Programmer
On 11/23/06, robin bajaj <[EMAIL PROTECTED]> wrote: Hi Folks, I have an Email text field that I want to validate against Struts validation framework's provided "email" Rule in validator-rules.xml. Can I do this programmatically in Struts Action or ActionForm's java code instead of having to decl

how to use validation rules from validatior-rules.xml in Struts Actions

2006-11-23 Thread robin bajaj
Hi Folks, I have an Email text field that I want to validate against Struts validation framework's provided "email" Rule in validator-rules.xml. Can I do this programmatically in Struts Action or ActionForm's java code instead of having to declaratively do it in validation.xml. ?? Any help wo