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
>
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