On 3/5/06, Rizwan Ahamad <[EMAIL PROTECTED]> wrote:

> I am lost how to set the value inside
> <html:option value="${row.VPAN8}"
> as this always returns the whole thing inside the
> quotes like below
>
> <option value="${row.VPAN8}" >12495</option>
>
> Servlet spec : 2.3
> Container : IBM WebSphere Application Server test environment

With Servlet 2.3, (and JSTL 1.0) you can use the Struts-EL extension
to enable expressions in Struts tag attributes.  As you've discovered,
the normal Struts tags don't understand expressions.

 * http://struts.apache.org/struts-el/struts-el.html

Struts-EL can be found in the 'contrib' directory of a Struts 1.2.x
binary distribution.

--
Wendy

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to