Hi,

the label attribute is only used to render the label of the group of checkboxes. It is not used in an iterative way. In order to access to your .properties file, you have to build your list in your action then give it in list attribute.

Regards

Sébastien

Le 05/05/2010 10:56, Upasana Sharma a écrit :
<s:checkboxlist list="#{0:'',1:'',2:''}" name="user"
label="%{getText('com.upasana.type.'+toString())}"></s:checkboxlist>

But the key value is not passed to getText()

The idea is to just initialize the keys in the checkboxlist and fetch the
corresponding display text from .properties file

Thanks in advance


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

Reply via email to