Re: S2 : loading dropdown from resource bundle

2007-08-24 Thread j alex
Resending... In S1, we used to have a servlet that loads the properties into VOs on startup, and we use that in the JSP. I'm thinking if we can get rid of this step completely and directly load the properties using S2 tags. Also, can we reload the properties without restarting the app? On

S2 : loading dropdown from resource bundle

2007-08-20 Thread j alex
Hi, Can anyone please help me with loading a s:select tag with a OGNL list that's been configured in globalMessages.properties as follows : list.states = 'AL':'Alabama', 'AK':'Alaska' In the JSP, i'm having : s:select name=stateList list=%{#{getText('list.states')}} / but this