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