Thanks a lot for the help.
I'll have to check with my boss about going to 1.1, or maybe I'll make an
action that forwards to the jsp.

~ Keith
http://www.buffalo.edu/~kkamholz



-----Original Message-----
From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, July 10, 2002 12:34 PM
To: Struts Users Mailing List
Subject: Re: FW: Checkbox Issues




On Wed, 10 Jul 2002, Kamholz, Keith   (corp-staff) USX wrote:

> Date: Wed, 10 Jul 2002 08:35:06 -0400
> From: "Kamholz, Keith   (corp-staff) USX" <[EMAIL PROTECTED]>
> Reply-To: Struts Users Mailing List <[EMAIL PROTECTED]>
> To: "Struts (E-mail)" <[EMAIL PROTECTED]>
> Subject: FW: Checkbox Issues
>
> Hey everyone,
> I'm reposting my question because it kinda got ignored before.  I don't
want
> to be a mooch, but can anyone help me out with this?
>

If you link directly to your JSP page and bypass the controller servlet,
the <html:form> tag will create the form bean for you.  In 1.0, it will
*not* call the reset() method.  This was discovered so late in the process
that we didn't want to change it and break applications that depended on
the existing behavior.

In 1.1, the <html:form> tag will also call reset() if it creates the form
bean for you.

> ~ Keith
> http://www.buffalo.edu/~kkamholz
>

Craig


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

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

Reply via email to