On 7/5/05, Rick Reumann <[EMAIL PROTECTED]> wrote:
> Use the reset method only for doing things like making sure some boolean
> fields are set to false. I highly recommend you DO NOT use the reset for
> 'business type' logic. Having a few default things set there is fine,
> but for stuff like you are suggesting, you do that in an Action class or
>   DispatchAction method BEFORE you forward to the page.

Any particular reason for that? Also, if default values are set in
reset(), they will be overwritten by request values if there are any.
Usually, this is the preferred scenario. If values are set right
before rendering a page, then request values will be overwritten by
default values.

Michael.

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

Reply via email to