On 5/7/06, Jakub Milkiewicz <[EMAIL PROTECTED]> wrote:
Hi
I do not catch it:

> <forward
> name="validation_failed" action="RepopulateAction"/>
>
I do not think this synax is ok.

The <forward .../> is inside of a <action> block in your
struts-config.xml, the syntax is approximate and should be enough to
give you the idea.

The problem is that i use autovalidation.

Yes, I understand you want to use autovalidation, but if turn it off
and call form.validate() manually it's only a few additional lines in
your action classes and will save you a lot of headaches.

-ed

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

Reply via email to