On 4/18/06, Eric Rank <[EMAIL PROTECTED]> wrote:
> I have a problem, which I am certain you all face regularly:
>
> When validation fails for an ActionForm, I need to set attributes in
> the request object, but I can't because the 'execute' code doesn't
> run. How have you managed to set attributes on the request object when
> validation fails?
>
> I have a couple of solutions in mind.
>
> 1. Validating Manually:

I believe that this is the best solution. I use this one exclusively,
I don't use autovalidation and "input" attribute of "action" tag.
Works especially well with dispatch-style actions.

Michael.

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

Reply via email to