In case anyone else runs into this...

With 1.1b2, it seems I now must include the property attribute of
<html:submit> in order for a name attribute to be included in the resulting
<input> element.  I guess the 1.1b1 version of SubmitTag defaulted the name
attribute to "submit" in the absence of a property attribute.  Is that
behavior so bad?

Jim

----- Original Message -----
From: "Jim Crossley" <[EMAIL PROTECTED]>
To: "Struts Users Mailing List" <[EMAIL PROTECTED]>
Sent: Saturday, August 17, 2002 10:08 AM
Subject: REPOST: Something ate my submit request parameter


> Help?  Please?
>
> ----- Original Message -----
> From: "Jim Crossley" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Friday, August 16, 2002 10:39 AM
> Subject: Something ate my submit request parameter
>
>
> > I just tried to upgrade from 1.1b1 to 1.1b2.
> >
> > In my jsp page, I have a nested form that includes multiple submit
> buttons:
> >
> >    <html:submit value="Back"/>
> >    <html:submit value="Next"/>
> >    <html:submit value="Finish"/>
> >
> > With b1, I used to get a request parameter named "submit".  With b2, I
> > don't.  My app kinda depends on that behavior.  Is there any way I can
get
> > it back, please?
> >
> > Jim
> >
> >
> > --
> > 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]>
>


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

Reply via email to