Complex Form Validation

2003-11-18 Thread George Steimer
We are trying to perform some complex form validaion with the new Validator plugin. Here is what we are trying to do: 1 -- validate a form field based on other form fields 2 -- validate a form field based on div style settings I know that I could solve the first problem with the old validation

Re: Complex Form Validation

2003-11-18 Thread Nicholas L Mohler
: Subject: Complex Form Validation 11/18/2003 02:18

Re: Complex Form Validation

2003-11-18 Thread George Steimer
] m cc: Subject: Complex Form Validation

RE: Complex Form Validation

2003-11-18 Thread Yee, Richard K,,DMDCWEST
is submitted. Regards, Richard -Original Message- From: George Steimer [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 18, 2003 11:51 AM To: Struts Users Mailing List Subject: Re: Complex Form Validation Nick, Thanks for your response. I'm doing something similar with javascript. What