RE: Struts Logic iterate vs JSTL Code forEach

2003-06-06 Thread Karr, David
It will stay in the contrib directory, or move out to a separate release. It will never go into the base Struts distribution, for good reason. Once JSP 2.0 is commonly available, the EL notation will be natively supported, and Struts-EL won't be needed. -Original Message- From: Derek

RE: Struts Logic iterate vs JSTL Code forEach

2003-06-05 Thread Karr, David
The iterate tag was originally ported because the indexed tag functionality wouldn't work with c:forEach. This has since been rectified, but I didn't think it would be a good idea to remove it from the library after I released it (even though it's never been in a released version of Struts).

RE: Struts Logic iterate vs JSTL Code forEach

2003-06-05 Thread Derek Richardson
on hold until after 1.1 final? Derek Richardson -Original Message- From: Karr, David [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 04, 2003 5:41 PM To: Struts Users Mailing List Subject: RE: Struts Logic iterate vs JSTL Code forEach The iterate tag was originally ported because