Is there a simple syntax with <s:iterator> or <s:generator> for displaying a
sequence of integers from 0 to N-1 ?
(The value of N is not known at compile time.)

At the moment, the only way I can think of doing this is not very appealing:
Within the action, create an ArrayList and populate it with the sequence of
integers.  Then iterate over that list with <s:iterator>.

Is there an easier way?  Something that would not involve the action?

Reply via email to