Hi,
make it:
<html:submit>
<bean:message key="button.wizard.same"/>
</html:submit>
Be aware though that the value transferred to your action is the
translated message. (In case that you have multiple submit-buttons)
I wrote a bit of logic to do reverse-translating...
hope this helps
Alexander
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 24, 2001 5:27 PM
To: [EMAIL PROTECTED]
Subject: Using ApplicationResources.properties for submit button
How is it possible to use a String defined in
ApplicationResources.properties for the value of a submit button?
I would need something like:
<html:submit value="<bean:message key="button.update"/>"
property="udmButton"/>
...but that doesn't work.