On Thu, 02 Aug 2012 22:59:57 -0300, Angelo C. <angelochen...@gmail.com>
wrote:
I have this list of 10, and I need to have two loops for two tables in
the page, one is from 1 to 5 and another is 6 to 10, side by side, my
approach now is two functions getRows1() and getRows2(), so the list is
splited in
code, was just thinking maybe Loop has this feature?
Isn't the answer clear from reading the Loop documentation? Loop does not
have this feature nor it can have, as the source parameter is of type
Iterable, not List, and Iterable doesn't have any notion of indexes nor
ordering.
--
Thiago H. de Paula Figueiredo
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org