Ah, my apologies... I was confusing ognl and tapestry. In ognl, if a number is used in an iterator context, ognl will "iterate" through from 0 to the number-1. (cf http://www.ognl.org/2.6.7/Documentation/html/LanguageGuide/coerceCollection.html) I must've been thinking of that, sorry. Regardless, "loop" does what he's looking for.
Robert Howard Lewis Ship wrote: > On 10/26/05, Robert Zeigler <[EMAIL PROTECTED]> wrote: > >>I believe that if you simply put in a number as the source, tapestry >>will "coerce" the number into a sort of iterator that iterates from >>1 through the number. Barring that, there's a "loop" component in >>tassel > > > News to me! > > This could certainl be done; at a type converter from Number to Iterator. > > -- > Howard M. Lewis Ship > Independent J2EE / Open-Source Java Consultant > Creator, Jakarta Tapestry > Creator, Jakarta HiveMind > > Professional Tapestry training, mentoring, support > and project work. http://howardlewisship.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
