Our forms have a list of input fields and we are using struts-validators to
Validate our forms. i.e. the form looks like :

InputField1[0]      InputField2[0]
InputField1[1]      InputField2[1]
InputField1[2]      InputField2[2] 
InputField1[3]      InputField2[3]
....

I want to perform validations in such a way that 
If InputField1[0] is entered then InputField2[0] is required.
If InputField2[1] is entered then InputField1[1] is required.

And so on...

Has anyone performed such validations ?

Nizar.
____________________________________________________________
CONFIDENTIALITY
This e-mail and any attachments are confidential and also may be privileged.
If you are not the named recipient, or have otherwise received this 
communication in error, please delete it from your inbox, notify the sender
immediately, and do not disclose its contents to any other person, 
use them for any purpose, or store or copy them in any medium. 
Thank you for your cooperation. 
____________________________________________________________



--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to