Re: JSP/Struts question: Best way to loop through an array/list/enumeration on my JSP?

2002-02-04 Thread Thomas Paul
--- Michael Mehrle <[EMAIL PROTECTED]> wrote: > However, after giving > it a second thought I was pretty sure that this is a > common task and that > there must be something out there that allows me to > loop through an > array/list/enumeration or something. Do you mean like the logic:iterate tag

JSP/Struts question: Best way to loop through an array/list/enumeration on my JSP?

2002-02-04 Thread Michael Mehrle
Is there a struts-specific tag allowing me to loop through an array (list) of strings and have them be printed sequentially? I am currently populating a template JSP from the database - the way I retrieve the page content is by tagging a contentID to the end of the request, like this: http://myse