Try something like this
<strutshtml:submit property="userAction" >
<strutsbean:message key="button.delete"/>
</strutshtml:submit>Brian >>> [EMAIL PROTECTED] 10/24/01 09:26am >>> 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.

