On Mon, 11 Nov 2002, Jason Rosen wrote:

> Date: Mon, 11 Nov 2002 10:04:42 -0800
> From: Jason Rosen <[EMAIL PROTECTED]>
> Reply-To: Struts Developers List <[EMAIL PROTECTED]>
> To: Struts Developers List <[EMAIL PROTECTED]>
> Subject: RE: Unclear semantics on form use for "wizards"
>
> Hi,
>
> I actually had a similar problem with wanting to use Session scoped
> ActionForms and not having them reset every time they were recycled by
> an Action.
>

An alternative strategy is to make the reset() method of your form beans
smarter about which page of a multi-page wizard this submit is for (easy
to determine because reset() has access to the request).

Craig


--
To unsubscribe, e-mail:   <mailto:struts-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>

Reply via email to