| Author |
Struts2: problem with select tag
|
Sebastien Viale
Greenhorn
Joined: Jun 02, 2010
Posts: 2
|
|
Hello,
I have a select tag in a form and I want to use internationalization i18n.
I have properties files, with the key value "param.format"
In my jsp, I have:
<s:select key="param.format" list="#{'Tous':'Tous','Image':'Image','Video':'Video','Texte':'Texte','Web':'Web'}" />
I want to configure the list attribute in the properties file to internationalize its element too.
Is there a way to do it? I tried everything...
Thanks
|
 |
 |
|
|
subject: Struts2: problem with select tag
|
|
|