Hi Aditya, Performance wise the logic:iterate tag will be performance degrading(infact using any custom Tag leads to a performance degradation) but the advantages (in terms of code clarity, code mainetanance, Incremental Code change,code understandibility, code reusability) will mostly outweigh the performance aspect.
Thanks, Satish -----Original Message----- From: Aditya Athalye [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 20, 2004 11:52 AM To: Kataria, Satish Subject: RE: Logic Iterate tag Hi Satish, I understand that it will avoid Java code to a great extent. But, I want to know how I can gain in terms of performance using logic:iterate. -----Original Message----- From: Kataria, Satish [mailto:[EMAIL PROTECTED] Sent: Tue 7/20/2004 11:34 AM To: Struts Users Mailing List; Aditya Athalye Cc: Subject: RE: Logic Iterate tag Logic:iterate tag helps in creating cleaner and concise code. It helps you achieve near to zero percent java scripplet code in jsp It also has a number of useful features as well information about which you can get from Struts online documentation Regards, Satish -----Original Message----- From: Aditya Athalye [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 20, 2004 10:44 AM To: [EMAIL PROTECTED] Subject: Logic Iterate tag 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]