Re: t:loop - callbak before each iteration?

2010-06-20 Thread Joel Halbert
Of course, thanks! J On 20/06/10 17:34, Thiago H. de Paula Figueiredo wrote: On Sun, 20 Jun 2010 13:24:23 -0300, Joel Halbert wrote: Hi, Hi! When using t:loop is there a method we can declare on the component that Tapestry will call before each iteration ? or is there another way to do

Re: t:loop - callbak before each iteration?

2010-06-20 Thread Thiago H. de Paula Figueiredo
On Sun, 20 Jun 2010 13:24:23 -0300, Joel Halbert wrote: Hi, Hi! When using t:loop is there a method we can declare on the component that Tapestry will call before each iteration ? or is there another way to do this Use a getter/setter pair in the value parameter. In the setter, do

t:loop - callbak before each iteration?

2010-06-20 Thread Joel Halbert
Hi, When using t:loop is there a method we can declare on the component that Tapestry will call before each iteration ? or is there another way to do this Joel