On Sat, 18 May 2002, Chuck Cavaness wrote:

> Date: Sat, 18 May 2002 12:37:56 -0400
> From: Chuck Cavaness <[EMAIL PROTECTED]>
> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>
> To: Struts Users Mailing List <[EMAIL PROTECTED]>
> Subject: RE: Iterator Simple
>
> I also just noticed that reset is called again immediately after the
> processActionForm() method in the RequestProcessor during the
> processPopulate() method. It doesn't check scope at all here either. So,
> the reset() is actually being called twice here during the same request;
> once during the processActionForm() method and then again during the
> processPopulate() method. Both are being done unconditionally.
>

That sounds like a bug.  Struts should definitely call reset()
unconditionally (that is, it doesn't matter whether the form bean is in
request scope or session scope), but it should do so only once.

I'll take a look ...

> Chuck

Craig


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

Reply via email to