<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