Hi,
I checked the javadoc for select and this is what is listed.
<s:select label="Months"
name="months"
headerKey="-1" headerValue="Select Month"
list="#{'01':'Jan', '02':'Feb', [...]}"
value="selectedMonth"
required="true"
/>
This is what I used last night. So #{} worked for me.
-----Original Message-----
From: Dale Newfield [mailto:[email protected]]
Sent: 29 October 2009 15:54
To: Struts Users Mailing List
Subject: Re: javax.el.ELException Select Tag
Bhaarat Sharma wrote:
> so it should be:
>
> <s:select label="programType" id="programType" name="programType"
> list="%{'ALL':'All Programs', 'BU':'BY Problems',
'TS':'TS
> Programs'}"
> value="selectedProgram" required="true"/>
No: list='%{#{"All":"All Programs", "BU":"BY Problems"...}}'
-Dale
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]