In documentation thre is an example: <s:iterator status="stat" value="{1,2,3,4,5}" > <!-- grab the index (start with 0 ... ) --> <s:property value="#stat.index" />
<!-- grab the top of the stack which should be the --> <!-- current iteration value (0, 1, ... 5) --> <s:property value="top" /> </s:iterator> How to make a simple loop from 1 to 20 ? Solution like <s:iterator status="stat" value="{1,2,3,4,...,20}" > </s:iterator> do not apply!. -- View this message in context: http://www.nabble.com/-S2---Simple-loop-1..20-with-with-iterator-tag--tf4606147.html#a13152558 Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]