Hi I want to use the <s:select> using the struts.properties file
struts.properties file country.values = Italy,Holland country.keys = 1,2 ----------------------------------- <s:select listKey="country.keys" listValue="country.values"> but <s:select> requires list attribute. How can I solve this problem? Thanks...