Filip Polsakiewicz írta:

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?


The submit sends its label as the value by the html specs. I cannot see any chanches but
dynamically setting client side w/ javascript or using a hidden prop.


Tib




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



Reply via email to