gokul balasubramanian wrote:
Guys,
I am yet to find a solution for this problem. I validate a form and if validation returned errors, which it does in this case y is the action still being called? even worse the errors are displayed on the action page than on the input page. baffles me. how do i tackle this problem?
Gokul, based on the code you posted previously, we still don't know what
the base class for your form bean is. Note that Struts validation
requires that you use one of the Validator-variant ActionForm base
classes. Maybe you're extending from a plain ActionForm?
L.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]