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 Derek Richardson
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 "itera

RE: Struts Logic iterate vs JSTL Code forEach

2003-06-05 Thread Karr, David
een in a released version of Struts). > -Original Message- > From: Derek Richardson [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 04, 2003 2:23 PM > To: Struts Users Mailing List > Subject: Struts Logic iterate vs JSTL Code forEach > > The Logic taglib iterate tag wa

Struts Logic iterate vs JSTL Code forEach

2003-06-05 Thread Derek Richardson
The Logic taglib iterate tag was ported to struts-el. This indicates that it has some functionality that cannot be reproduced by the JSTL forEach. However, after reading through the documentation for these tags, I cannot find anything that iterate can do that forEach cannot. So I am clearly miss