On 7/13/05, Ted Husted <[EMAIL PROTECTED]> wrote:
> Most importantly, I'd make very sure that all my "code-behind
> ActionForms" were request scope, probably by changing the factory
> default.

In this case this form would not be stateful. At least for me, it is
the whole point of sticking data and behavior and state in one place.
Redirection does not work well with request scope. And redirection is
the must to cleanly separate input phase from output phase. See, I was
right calling you 'orthodox' :))

Michael.

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

Reply via email to