I am not very keen to the in's and out's of struts yet, but from the
examples I have seen I think you can do something like this:
<html:submit>
  <bean:message key="button.update"/>
</html:submit>

So I would _ASSUME_ that it would be valid to have this:
<html:submit property="udmButton">
  <bean:message key="button.update"/>
</html:submit>

Try it out, you have nothing to lose :)

Nathan Anderson

-----Original Message-----
From: Bernhard J. Hirschmann [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 25, 2001 1:12 AM
To: Struts-User
Subject: AGAIN: Using ApplicationResources.properties for submit button


Hello guys!

Just in case anybody can give me a hint - again my message from yesterday:

======

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.


Thanks in advance for any help!


Reply via email to