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 <bhaara...@gmail.com>wrote:

> I have the following code:
>
>             <s:select label="programType" id="programType"
> name="programType"
>              list="#{'ALL':'All Programs', 'BU':'BY Problems', 'TS':'TS
> Programs'}"
>              value="selectedProgram" required="true"/>
>
>
> 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: #{'ALL':'All
> Programs', 'BU':'BY Problems', 'TS':'TS Programs'}
>
>                 at
> org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:62)
>

Reply via email to