RE: Question on creating new Validation Rules in Struts 1.2

2005-10-26 Thread bsimonin
: Question on creating new Validation Rules in Struts 1.2 Yes, all the standard rules that are shipped with Struts including the "required" validator you show the config for below - look at the class/method specified in the className/method elements you have below. http://tinyurl.com/do

Re: Question on creating new Validation Rules in Struts 1.2

2005-10-25 Thread Niall Pemberton
Yes, all the standard rules that are shipped with Struts including the "required" validator you show the config for below - look at the class/method specified in the className/method elements you have below. http://tinyurl.com/do4wo Niall - Original Message - From: <[EMAIL PROTECTED]> S

RE: Question on creating new Validation Rules in Struts 1.2

2005-10-25 Thread bsimonin
Okay let me rephrase this. Here is the "required" validator rules for Struts 1.2 from the validator-rules.xml file: Does some know how to create a new rules using these methodParams? Is there an example out there somewhere? --Brad Simonin -Original Message- From: [EMAIL PROTECTED