I am not too sure what "Partial Form Validation" is
I am playing with multi-page Validation at the moment so i can share some of the stuff that i understand so far.
(i) Turn off the validation in the Struts-Config and invoke the Validation via the validate method in action Object (Not sure if this is a must. I just followed the Validation Sample)
(ii) My validation.xml(s) are simple and i don't do inter-field validation in the xml file i choose to do them in the Validate method itself. I feel it is easier to do it here.(a bit better to read than in the Validation.xml with the requiredif etc)
HTH Manglu
Keith Pemberton wrote:
I have read that when you do a multipage form that you have to do partial form validation. Otherwise, the page just gets thrown back as not being valid. Can someone please give me a sample of how this works in the ActionForm bean? Thanks!
Keith
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

