The select tag works with a map as well, which the Properties class
implements.  What error are you seeing?

Don

On 2/2/07, Struts2 Fan <[EMAIL PROTECTED]> wrote:
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...



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to