it would be
<html:submit property="udmButton">
<bean:message key="button.update"/>
</html:submit>
G.
-----Original Message-----
From: Bernhard J. Hirschmann [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 24, 2001 6:27 PM
To: Struts-User
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.