however, this does not gurantee the order (because of the HashMap)... something else can be used to preserve the order
On Thu, Oct 29, 2009 at 12:31 PM, Bhaarat Sharma <bhaara...@gmail.com>wrote: > got it. > > it should be list="#...@java.util.hashmap@{'1':'January', > '2':'February','3':'March'}" > > source: > http://www.nabble.com/JasperException-and-javax.el.ELException-when-running-under-Jetty-td13734373.html > > > <http://www.nabble.com/JasperException-and-javax.el.ELException-when-running-under-Jetty-td13734373.html>mailing > list archives FTW > > > On Thu, Oct 29, 2009 at 12:12 PM, Bhaarat Sharma <bhaara...@gmail.com>wrote: > >> how can I keep it from interpreting it as EL expression ....its OGNL.. >> >> I am using Sun App Server 9.1 >> >> could there be a setting on the server? >> >> >> On Thu, Oct 29, 2009 at 12:10 PM, Bhaarat Sharma <bhaara...@gmail.com>wrote: >> >>> :( >>> >>> still it gives this error: >>> >>> javax.el.ELException: Error Parsing: %{#{'ALL':'All Programs', 'BU':'all >>> BU programs'}} >>> >>> >>> On Thu, Oct 29, 2009 at 12:02 PM, James Cook <james.c...@wecomm.com>wrote: >>> >>>> 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:d...@newfield.org] >>>> 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: user-unsubscr...@struts.apache.org >>>> For additional commands, e-mail: user-h...@struts.apache.org >>>> >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org >>>> For additional commands, e-mail: user-h...@struts.apache.org >>>> >>>> >>> >> >