Hi,

Can someone tell me how to make the label use my resource bundle value? I've 
tried this
<s:textfield label="label.name" name="user.name" maxlength="35" theme="xhtml"/>
and
<s:textfield label="%{getText(label.name)}" name="user.name" maxlength="35" 
theme="xhtml"/>
both are not working.

But this work:
<s:label key="label.name"/>

in my resource bundle properties file
I've this
label.name = Name 

THanks

L.V

Reply via email to