Struts Logic Iterate - NewBie
Hi people,
i am working on struts and am kind of newbie.
Just had a question, i am using logic:iterate in my project for iterating through the collection.
I wanted to know if "logic:iterate" still remains the preferred (best) way of traversing the collection even after the introduction to struts-el tag lib.
On top of all this, We also have core JSTL tags which can be used to traverse the collection using c:for.
I would also want to know if using logic:iterate is as good as using deprecated API.
Thanks in Advance.
-Ritesh

