Help - Looping with iterate without collection is possible?

2003-11-05 Thread Henrique VIECILI
Hi, can i make a loop using logic:iterate (or any other tag) without defining a collection to iterate? I just wanna have a 'for' behavior... thanx - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Help - Looping with iterate without collection is possible?

2003-11-05 Thread David Graham
--- Henrique VIECILI [EMAIL PROTECTED] wrote: Hi, can i make a loop using logic:iterate (or any other tag) without defining a collection to iterate? I just wanna have a 'for' behavior... The JSTL has a c:forEach tag that does this. http://java.sun.com/products/jsp/jstl/ David thanx

Re: Help - Looping with iterate without collection is possible?

2003-11-05 Thread Henrique VIECILI
Thank you a lot!! It works perfectly! (or in Portuguese: Funcionou Redondo!) Henrique - Original Message - From: David Graham [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Wednesday, November 05, 2003 3:06 PM Subject: Re: Help - Looping with iterate without