Thank you!
/Michael
Lukasz Lenart schrieb:
2009/1/23 Michael Obster <mich...@obster.org>:
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
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org