> -----Original Message----- > From: Steve Raeburn [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 24, 2003 1:25 PM > To: Struts Users Mailing List > Subject: RE: submit buttons > > > You're limited to what the native HTML input control allows: > > <input type="submit" name="command" value="Change"/> > > So you can't return a different values without resorting to javascript. > > I'm not sure what you're trying to to do, but if you need to take > different > actions depending on which button is pressed, the > LookupDispatchAction might > help.
I use one action that does different things depending on the command value. But the JavaScript solution i have now works great. Filip > > Steve > > > > -----Original Message----- > > From: Filip Polsakiewicz [mailto:[EMAIL PROTECTED] > > Sent: June 24, 2003 3:55 AM > > To: Struts Users Mailinglist > > Subject: submit buttons > > > > > > Hi, > > i have the following problem: > > > > i need a submit button that sets the command-property of my > formbean to CH > > (Change) but the button's label should be: Change > > I tried > > > > <html:submit property="command" value="CH">Change</html:submit> > > <html:submit property="command" value="CH" titleKey="submit.label"/> > > > > does not work. Any suggestions? > > > > Filip Polsakiewicz > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

