Re: Calling validator rule direct from code

2005-07-18 Thread chhum
x27;s site for example of usage > http://www.reumann.net/struts/lesson3/step4.do > HTH, > Martin- > > - Original Message - > From: <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" > Sent: Monday, July 18, 2005 7:11 AM > Subject: Calling

Re: Calling validator rule direct from code

2005-07-18 Thread Martin Gainty
ample of usage http://www.reumann.net/struts/lesson3/step4.do HTH, Martin- - Original Message - From: <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Monday, July 18, 2005 7:11 AM Subject: Calling validator rule direct from code Hi, Using Tomcat 5, I have

Calling validator rule direct from code

2005-07-18 Thread chhum
Hi, Using Tomcat 5, I have an application which builds a multipage web form based on data from a database and user input. I’d like to be able to use the validtator to it but can’t determine the required fields until run time. I was wondering how I could use the pre-build validator rules in