From: "Michael Jouravlev" <[EMAIL PROTECTED]> > > <c:forEach items="${accountForm.map['accounts']}" var="acct" > > > <html-el:multibox property="accounts" value="${acct}"/> > > </c:forEach>
> <html-el> is Struts-EL tag, is not it? I would prefer to use JSTL > only. I think I can do that. But it this case, what Struts-EL is for? > For convenience only? Struts-EL gives you the ability to use expressions in the Struts tags. I think it's more than a convenience... for example, how would you rewrite the code above if you could not use an expression in the 'value' attribute? I'm as resistant as anyone to adding Yet Another Taglib to a project, but this one is just a subset of the original Struts tags, modified to accept expressions. -- Wendy Smoak --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]