I would guess it can't find the "button.view" property in your properties file. If that was nonexistent, the value would be null.
(Note that there is no "1.02 beta" version. There's versions 1.02 and 1.1b2 (and the nightly).) > -----Original Message----- > From: Linnea Ahlbeck [mailto:[EMAIL PROTECTED]] > > Hi! > > On my jsp pages I have the following code: > > <td align="left" valign="bottom" width="90%"> > <html:submit styleClass="button"> > <bean:message key="button.view"/> > </html:submit> > </td> > > (On my jsp page I only have one html:form tag) > > In my SaveAction class I collect the submit value from the > request, like > this: > > String submit = request.getParameter("submit"); > > The submit value is null. > > I'm using the Struts 1.02 beta version. Have anybody > experienced the same > problem?? -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

