--- chubi <[EMAIL PROTECTED]> wrote:
> After submitting editAction to SaveAction, I want to redirect again to
> EditAction.
> So SaveAction is totally transparent.
> But I get lost all fieldErrors if validation return false.
> How can I chain validation errors?
> I tried the use of several interceptors like: validaiton, chain and params;
> didn't success.

If you're already using action chaining is to expose the error message
properties in your ActionSupport/DefaultActionSupport sublass via getters.

Dave


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

Reply via email to