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 doesnt show me the list, but renders a single <option> with the list coming up as a String. I'm sure this is easy to do, but just not able to hit the right syntax. Thanks, Joseph --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]