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
<[EMAIL PROTECTED]> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to