--- Filipe David Manana <[EMAIL PROTECTED]> wrote: > Is there any way to iterate over an integer range with the <s:iterate/> > tag? I have an integer property (pageCount) in my action and I want to > print all the integer values between 1 and this property in my JSP.
Not that I'm aware of; easier to use <c:forEach.../> IMO. Dave --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

