Re: [T5.3] How to stop ZoneRefresh mixins

2012-12-25 Thread Muhammad Gelbana
Here is how one can solve this On Tue, Dec 25, 2012 at 6:32 PM, Lenny Primak wrote: > There are plenty of examples on the Internet on how to do this if you look > around. It's not trivial but it's easily done with some t

Re: [T5.3] How to stop ZoneRefresh mixins

2012-12-25 Thread Lenny Primak
There are plenty of examples on the Internet on how to do this if you look around. It's not trivial but it's easily done with some time investment. On Dec 25, 2012, at 9:38 AM, Muhammad Gelbana wrote: > I'm willing to do it that way but I don't know how. > > On Tue, Dec 25, 2012 at 5:22 PM,

Re: [T5.3] How to stop ZoneRefresh mixins

2012-12-25 Thread Muhammad Gelbana
I'm willing to do it that way but I don't know how. On Tue, Dec 25, 2012 at 5:22 PM, Lenny Primak wrote: > I can't think of a reason why it can't be done with custom JavaScript. > > On Dec 25, 2012, at 9:12 AM, Muhammad Gelbana wrote: > > > Isn't there a way to workaround this in the meantime ?

Re: [T5.3] How to stop ZoneRefresh mixins

2012-12-25 Thread Lenny Primak
I can't think of a reason why it can't be done with custom JavaScript. On Dec 25, 2012, at 9:12 AM, Muhammad Gelbana wrote: > Isn't there a way to workaround this in the meantime ? > > On Thu, Jan 12, 2012 at 9:07 AM, Yohan Yudanara > wrote: > >> Thanks for your suggestion. But I'm looking t

Re: [T5.3] How to stop ZoneRefresh mixins

2012-12-25 Thread Muhammad Gelbana
Isn't there a way to workaround this in the meantime ? On Thu, Jan 12, 2012 at 9:07 AM, Yohan Yudanara wrote: > Thanks for your suggestion. But I'm looking to stop periodical refresh > after some condition is met. > I've file a JIRA about it. > > On Thu, Jan 12, 2012 at 12:33 PM, Lenny Primak >w

Re: [T5.3] How to stop ZoneRefresh mixins

2012-01-11 Thread Yohan Yudanara
Thanks for your suggestion. But I'm looking to stop periodical refresh after some condition is met. I've file a JIRA about it. On Thu, Jan 12, 2012 at 12:33 PM, Lenny Primak wrote: > If you are looking to refresh just once, there is a way to do that using > the flow logix library. > http://code.g

Re: [T5.3] How to stop ZoneRefresh mixins

2012-01-11 Thread Yohan Yudanara
Thank you for your respond. I've submit "new feature" ticket on https://issues.apache.org/jira/browse/TAP5-1819 Thanks in advance... Best regards, Yohan Yudanara On Thu, Jan 12, 2012 at 12:24 PM, Taha Hafeez Siddiqi < tawus.tapes...@gmail.com> wrote: > Hi > > Please file a jira. > > regards >

Re: [T5.3] How to stop ZoneRefresh mixins

2012-01-11 Thread Lenny Primak
If you are looking to refresh just once, there is a way to do that using the flow logix library. http://code.google.com/p/flowlogix/wiki/TLPeriodicUpdater On Jan 12, 2012, at 12:13 AM, Yohan Yudanara wrote: > Hi.. > > I'm trying to use Tapestry 5.3 new feature: ZoneRefresh mixins to auto > up

Re: [T5.3] How to stop ZoneRefresh mixins

2012-01-11 Thread Taha Hafeez Siddiqi
Hi Please file a jira. regards Taha On Jan 12, 2012, at 10:43 AM, Yohan Yudanara wrote: > Hi.. > > I'm trying to use Tapestry 5.3 new feature: ZoneRefresh mixins to auto > update zone periodically. > I have a question: How to stop the refresh? > > Is it always infinite periodical refresh? >

[T5.3] How to stop ZoneRefresh mixins

2012-01-11 Thread Yohan Yudanara
Hi.. I'm trying to use Tapestry 5.3 new feature: ZoneRefresh mixins to auto update zone periodically. I have a question: How to stop the refresh? Is it always infinite periodical refresh? Thanks in advance