Should a # <s:select label="programType" id="programType" name="programType" list="#{'ALL':'All Programs', 'BU':'BY Problems', 'TS':'TS Programs'}" 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 Mailing List Subject: Re: javax.el.ELException Select Tag 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"/> ? On Thu, Oct 29, 2009 at 11:34 AM, Dale Newfield <d...@newfield.org> 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 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