....you have the same code as my original code ...right?
On Thu, Oct 29, 2009 at 11:39 AM, James Cook <[email protected]> wrote:
> 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:[email protected]]
> 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 <[email protected]>
> 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: [email protected]
> > For additional commands, e-mail: [email protected]
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>