Re: javax.el.ELException Select Tag

2009-10-30 Thread Balwinder Kumar
ames Cook wrote: Hi, I checked the javadoc for select and this is what is listed. 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: jav

Re: javax.el.ELException Select Tag

2009-10-29 Thread Bhaarat Sharma
;>>name="months" >>>>headerKey="-1" headerValue="Select Month" >>>>list="#{'01':'Jan', '02':'Feb', [...]}" >>>>value="

Re: javax.el.ELException Select Tag

2009-10-29 Thread Bhaarat Sharma
>>>headerKey="-1" headerValue="Select Month" >>>list="#{'01':'Jan', '02':'Feb', [...]}" >>>value="selectedMonth" >>>required="true" >>> /

Re: javax.el.ELException Select Tag

2009-10-29 Thread Bhaarat Sharma
gt;> /> >> >> 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

Re: javax.el.ELException Select Tag

2009-10-29 Thread Bhaarat Sharma
> /> > > 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 > >

RE: javax.el.ELException Select Tag

2009-10-29 Thread James Cook
Hi, I checked the javadoc for select and this is what is listed. 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

Re: javax.el.ELException Select Tag

2009-10-29 Thread Dale Newfield
Bhaarat Sharma wrote: so it should be: 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.a

RE: javax.el.ELException Select Tag

2009-10-29 Thread James Cook
: javax.el.ELException Select Tag you have the same code as my original code ...right? On Thu, Oct 29, 2009 at 11:39 AM, James Cook wrote: > Should a # > > list="#{'ALL':'All Programs', 'BU':'BY Problems', 'TS':'TS > P

Re: javax.el.ELException Select Tag

2009-10-29 Thread Bhaarat Sharma
" > value="selectedProgram" required="true"/> > > I made the same oversight last night > > Cookie > > -Original Message- > From: Bhaarat Sharma [mailto:bhaara...@gmail.com] > Sent: 29 October 2009 15:36 > To: Struts Users Mail

RE: javax.el.ELException Select Tag

2009-10-29 Thread James Cook
Should a # I made the same oversight last night Cookie -Original Message- From: Bhaarat Sharma [mailto:bhaara...@gmail.com] Sent: 29 October 2009 15:36 To: Struts Users Mailing List Subject: Re: javax.el.ELException Select Tag so it should be: ? On Thu, Oct 29, 2009 at

Re: javax.el.ELException Select Tag

2009-10-29 Thread Bhaarat Sharma
so it should be: ? On Thu, Oct 29, 2009 at 11:34 AM, Dale Newfield wrote: > If you indicated that the attribute was OGNL by wrapping it in %{}, the > container wouldn't try to parse it as JSTL-EL. > > -Dale > > - > To uns

Re: javax.el.ELException Select Tag

2009-10-29 Thread Dale Newfield
If you indicated that the attribute was OGNL by wrapping it in %{}, the container wouldn't try to parse it as JSTL-EL. -Dale - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h..

Re: javax.el.ELException Select Tag

2009-10-29 Thread Bhaarat Sharma
furthermore, I have struts-tags.tld in my WEB-INF folder. Are there any other tld's that the select tag depends on On Thu, Oct 29, 2009 at 11:30 AM, Bhaarat Sharma wrote: > I have the following code: > > name="programType" > list="#{'ALL':'All Programs', 'BU':'BY Proble

javax.el.ELException Select Tag

2009-10-29 Thread Bhaarat Sharma
I have the following code: which is giving error: org.apache.jasper.JasperException: /reports/threshold/reportselection_struts2.jsp(102,12) PWC6038: "#{'ALL':'All Programs', 'BU':'BY Problems', 'TS':'TS Programs'}" contains invalid expression(s): javax.el.ELException: Error Parsing