You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Shey Rab Pawo <pa...@gmail.com> on 2005/02/10 21:47:02 UTC

Struts 1.2.6 and

What do we do if we are using Struts 1.2.6 and need <html-el> as in:

    <c:forEach items="${guest_list}" var="item" >
        <html-el:multibox property="guests" value="${item.value}"/>
        <c:out value="${item.label}"/> <br/>
    </c:forEach>

Thanks for any assistance!


-- 
The radiance of all the stars does not equal a sixteenth part of the
moon's radiance, likewise, good deeds giving us merit, all these do
not equal a sixteenth part of the merit of loving-kindness..

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Struts 1.2.6 and

Posted by Brian Bezanson <br...@gmail.com>.
Use Struts 1.2.6 and a JSP 2.0 compatible application server and have
your web.xml file set to use JSP 2.0 and JSP EL syntax -- then you get
the benefits of EL without the need for the struts-el packages. That's
what I use now on my projects with Tomcat 5 or JBoss 4 application
servers.


On Thu, 10 Feb 2005 12:47:02 -0800, Shey Rab Pawo
<pa...@gmail.com> wrote:
> What do we do if we are using Struts 1.2.6 and need <html-el> as in:
> 
>     <c:forEach items="${guest_list}" var="item" >
>         <html-el:multibox property="guests" value="${item.value}"/>
>         <c:out value="${item.label}"/> <br/>
>     </c:forEach>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org