I'm using:
<s:submit name="%{getText('enter')}" />
Trying to simplify:
<s:submit key="enter" />
Displays a warning of unexpected exception ('enter' method not found) in JSP
display, via <s:actionmessage />.
Is it possible to avoid evaluation expression for setting the text from
resource bundle?
Maybe excluding parameters?
Any other method?
Thanks.

