Hello,

I have an actionForm initialized in an action before it gets routed to the
jsp. The jsp contains <html:errors/> tag that displays validation errors
when it first comes up. I want to prevent validating the rules when it first
come up (for example when "/test.do?action=init"  gets executed. I would
like to validate the form when the form is submitted.

It seems like I should be extending ValidatorActionForm rather than
ValidatorForm, and place some logic in the action. However, I don't know
where to find such information. Can someone offer help?

Thank you,
Scott



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

Reply via email to