Re: loop inside loop

2013-09-21 Thread Michael Gentry
TimeRange timeRange = entityFactoryService.**createTimeRange(); > timeRangeList.add(timeRange); > > return timeRange; > } > > > > Thanks, > Jan > > > On Fri, 20 Sep 2013 11:11:16 +0200, Boris Horvat > wrote: > > Best thing to do is po

Re: loop inside loop

2013-09-20 Thread Thiago H de Paula Figueiredo
do. By the way, your subject says "loop inside loop", but it isn't about the Loop component, but the AjaxFormLoop one. -- Thiago H. de Paula Figueiredo - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache

Re: loop inside loop

2013-09-20 Thread Thiago H de Paula Figueiredo
On Fri, 20 Sep 2013 17:31:43 -0300, Jan Fryblik wrote: And isn't there any workaround where i don't need to use another framework? Angular is likeable, but i'm complete newbie at it. :) As I said, I believe you're trying to do something which the component isn't supposed to do. I'm an An

Re: loop inside loop

2013-09-20 Thread Jan Fryblik
ing else (probably writing your own JavaScript, very probably using something like Angular.js, as you're doing something that component isn't supposed to do. By the way, your subject says "loop inside loop", but it isn

Re: loop inside loop

2013-09-20 Thread Jan Fryblik
you're doing something that component isn't supposed to do. By the way, your subject says "loop inside loop", but it isn't about the Loop component, but the AjaxFormLoop one. --**--**- To unsubscribe,

Re: loop inside loop

2013-09-20 Thread Boris Horvat
you actually need an AjaxFormLoop inside another, you'd probably be better >> served by using something else (probably writing your own JavaScript, very >> probably using something like Angular.js, as you're doi

Re: loop inside loop

2013-09-20 Thread Jan Fryblik
o help Cheers On Fri, Sep 20, 2013 at 10:20 AM, Jan Fryblik wrote: ** Hi guys, could you please provide me a example how to work with AjaxFormLoop inside AjaxFormLoop? Or more generaly loop inside loop. I'm stuck with it. I guess, it's a bit advanced use of tapestry. T

Re: loop inside loop

2013-09-20 Thread Boris Horvat
xFormLoop? Or more generaly loop inside loop. I'm stuck with it. I > guess, it's a bit advanced use of tapestry. Thanks in advance. > > > Best Regards, > Jan > > > > > -- Sincerely *Boris Horvat*

loop inside loop

2013-09-20 Thread Jan Fryblik
Hi guys,could you please provide me a example how to work with AjaxFormLoop inside AjaxFormLoop? Or more generaly loop inside loop. I'm stuck with it. I guess, it's a bit advanced use of tapestry. Thanks in advance.Best Regards,Jan