Re: Logic iterate tag

2004-07-20 Thread David Graham
and > coolections in JSP. > > I am planning to use this logic : iterate tag in place of this. > > I need to know if there is any advantage of using this tag in terms of > performance or reduction in Java code in JSP etc. > > Thanks and Regards > Aditya >

Logic iterate tag

2004-07-19 Thread Aditya Athalye
Hi All, I am currently using for loops and iterators for traversing arrays and coolections in JSP. I am planning to use this logic : iterate tag in place of this. I need to know if there is any advantage of using this tag in terms of performance or reduction in Java code in JSP etc