Hi,
i'm wondering if there is anyway to use <s:iterator> like this:
   <s:iterator value="{1..pagesNum}" >
       <s:property value="top"/>
   </s:iterator>

should be the same as below, if pagesNum=5:
   <s:iterator value="{1,2,3,4,5}" >
       <s:property value="top"/>
   </s:iterator>

Thanks,

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to