As has been pointed out, about the only remaining reason to use
logic:iterate over c:forEach is that you can't use an html:text tag (or
friends) with an "indexed" property set, because it only looks for
logic:iterate on the page stack.

Now, it would be very simple (having peered at the source) to have the
html tags also look for JSTL iterators.  However, to make this work,
we'd need to add a dependency on jakarta-taglibs so that the class would
be available.

I don't think that this would break anything in terms of JSP version
support, since it wouldn't require evaluation of ELs, just looking up
the stack to see if we find a JSTL interator hanging around.

Opinions?

_________________________________________
James 
ICQ#: 8239923
More ways to contact me: http://wwp.icq.com/8239923
See more about me: http://web.icq.com/whitepages/about_me?Uin=8239923
_________________________________________



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

Reply via email to