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
-- 
Lukasz
http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to