Posted By:
Aditya_Athalye
Posted On:
Monday, July 19, 2004 08:38 PM
Hi, I am currently using for loops and iterations to traverse arrays and collections respectively in my JSP.
However I plan to use logic : Iterate tag for this.
I want to know what is the advantage of using this tag over the conventional loop/iterator approach.
Is there any performance gain using this tag ?