Re: Loop and starting index

2012-08-02 Thread Angelo C.
) (or any other method name) that returns the index summed >>> with some offset. >>> >>> -- >>> Thiago H. de Paula Figueiredo >>> >>> - >>> To unsubscribe, e-mail: users-unsubscribe@.a

Re: Loop and starting index

2012-08-02 Thread Taha Siddiqi
; >> -- >> Thiago H. de Paula Figueiredo >> >> - >> To unsubscribe, e-mail: users-unsubscribe@.apache >> For additional commands, e-mail: users-help@.apache >> > >

Re: Loop and starting index

2012-08-02 Thread Thiago H de Paula Figueiredo
On Thu, 02 Aug 2012 22:59:57 -0300, Angelo C. 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

Re: Loop and starting index

2012-08-02 Thread Angelo C.
e index summed > with some offset. > > -- > Thiago H. de Paula Figueiredo > > - > To unsubscribe, e-mail: users-unsubscribe@.apache > For additional commands, e-mail: users-help@.apache > -- View this message in context: htt

Re: Loop and starting index

2012-08-02 Thread Thiago H de Paula Figueiredo
On Thu, 02 Aug 2012 22:15:35 -0300, Angelo C. 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

Loop and starting index

2012-08-02 Thread Angelo C.
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? Thanks, Angelo -- View this message in context: http://tapestry.1045711.n5.nabble.com/Loop-and-starting-index-tp5715014.html Sent fro