You should use the more powerful and standardized JSTL <c:forEach> tag
instead of Struts' proprietary <logic:iterate> tag.

http://java.sun.com/products/jsp/jstl/

David


--- Aditya Athalye <[EMAIL PROTECTED]> wrote:
> 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.
>  
> Thanks and Regards
> Aditya
> 



                
__________________________________
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!
http://promotions.yahoo.com/new_mail

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to