Re: Complex Form Validation

2003-11-18 Thread Nicholas L Mohler
George, I have done something similar to this. I haven't looked at browser compatability yet(we're currently using this with ie6), but the concept that I use is that I look at the parents of the form field, trying to find out if the element is hidden. If I find that a parent that is

Re: Complex Form Validation

2003-11-18 Thread George Steimer
Nick, Thanks for your response. I'm doing something similar with javascript. What would be better is if we could validate the form serverside with the validation framework... I think we would have to write a custom validator that somehow would get the div parent of the form field and check

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