I have checked the mailing list archives, but have been unable to find a solution to validating a session level form on the serverside. We have one action class that passes a form around and needs to validate the fields in chunks. i.e. it should only validate the first few fields when on the first page, but the second fields when on the second page. I saw that the validator.war example does this on the client-side, but we need to do it on the server-side. Has anyone done this? How was it done?
Thanks for the help, Dave Dandeneau