On Thu, 02 Aug 2012 22:15:35 -0300, Angelo C. <angelochen...@gmail.com> wrote:

Hi,

Hi!

Can component loop have a starting index? say I have a source of 10, and I'd like to loop from 1 to 5, and another Loop from 6 to 10, possible?

What are you trying to do? The Loop's index parameter always starts from 0 and it's not possible to change that, but it's very, very easy to have a getRealIndex() (or any other method name) that returns the index summed with some offset.

--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to