2009/1/23 Michael Obster <[email protected]>:
> Writing <s:textfield ... label="<s:property value="mystring" />" /> doesn't
> work. Is there a way to implement correct I18N on form labels?
Use key attribute instead
<s:textfield key="mystring" name="myProperty"/>
or you can use OGNL expression
<s:textfield label="%{getText('mystring')}" name"myProperty"/>
Regards
--
Lukasz
http://www.lenart.org.pl/
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]