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
>
>

Reply via email to