You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Yohan Yudanara <yo...@gmail.com> on 2012/01/12 06:13:06 UTC

[T5.3] How to stop ZoneRefresh mixins

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

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

Posted by Yohan Yudanara <yo...@gmail.com>.
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.tapestry@gmail.com> wrote:

> 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?
> >
> > Thanks in advance
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

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

Posted by Taha Hafeez Siddiqi <ta...@gmail.com>.
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?
> 
> Thanks in advance


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


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

Posted by Muhammad Gelbana <m....@gmail.com>.
Here is how one can solve
this<http://mgelbana.wordpress.com/2012/12/25/how-to-stop-the-zonerefresh-mixin/>

On Tue, Dec 25, 2012 at 6:32 PM, Lenny Primak <lp...@hope.nyc.ny.us>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 time investment.
>
>
>
> On Dec 25, 2012, at 9:38 AM, Muhammad Gelbana <m....@gmail.com> wrote:
>
> > 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 <lprimak@hope.nyc.ny.us
> >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 <m....@gmail.com>
> wrote:
> >>
> >>> Isn't there a way to workaround this in the meantime ?
> >>>
> >>> On Thu, Jan 12, 2012 at 9:07 AM, Yohan Yudanara <
> >> yohan.yudanara@gmail.com>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 <
> lprimak@hope.nyc.ny.us
> >>>>> wrote:
> >>>>
> >>>>> 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 <
> yohan.yudanara@gmail.com
> >>>
> >>>>> wrot
> >>>>>
> >>>>>> 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
> >>>>>
> >>>>> ---------------------------------------------------------------------
> >>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> >>>>> For additional commands, e-mail: users-help@tapestry.apache.org
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> >> For additional commands, e-mail: users-help@tapestry.apache.org
> >>
> >>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

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

Posted by Lenny Primak <lp...@hope.nyc.ny.us>.
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 <m....@gmail.com> wrote:

> 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 <lp...@hope.nyc.ny.us>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 <m....@gmail.com> wrote:
>> 
>>> Isn't there a way to workaround this in the meantime ?
>>> 
>>> On Thu, Jan 12, 2012 at 9:07 AM, Yohan Yudanara <
>> yohan.yudanara@gmail.com>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 <lprimak@hope.nyc.ny.us
>>>>> wrote:
>>>> 
>>>>> 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 <yohan.yudanara@gmail.com
>>> 
>>>>> wrot
>>>>> 
>>>>>> 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
>>>>> 
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>>>> For additional commands, e-mail: users-help@tapestry.apache.org
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: users-help@tapestry.apache.org
>> 
>> 

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


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

Posted by Muhammad Gelbana <m....@gmail.com>.
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 <lp...@hope.nyc.ny.us>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 <m....@gmail.com> wrote:
>
> > Isn't there a way to workaround this in the meantime ?
> >
> > On Thu, Jan 12, 2012 at 9:07 AM, Yohan Yudanara <
> yohan.yudanara@gmail.com>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 <lprimak@hope.nyc.ny.us
> >>> wrote:
> >>
> >>> 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 <yohan.yudanara@gmail.com
> >
> >>> wrot
> >>>
> >>>> 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
> >>>
> >>> ---------------------------------------------------------------------
> >>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> >>> For additional commands, e-mail: users-help@tapestry.apache.org
> >>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

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

Posted by Lenny Primak <lp...@hope.nyc.ny.us>.
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 <m....@gmail.com> wrote:

> Isn't there a way to workaround this in the meantime ?
> 
> On Thu, Jan 12, 2012 at 9:07 AM, Yohan Yudanara <yo...@gmail.com>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 <lprimak@hope.nyc.ny.us
>>> wrote:
>> 
>>> 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 <yo...@gmail.com>
>>> wrot
>>> 
>>>> 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
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
>>> For additional commands, e-mail: users-help@tapestry.apache.org
>> 

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


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

Posted by Muhammad Gelbana <m....@gmail.com>.
Isn't there a way to workaround this in the meantime ?

On Thu, Jan 12, 2012 at 9:07 AM, Yohan Yudanara <yo...@gmail.com>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 <lprimak@hope.nyc.ny.us
> >wrote:
>
> > 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 <yo...@gmail.com>
> > 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?
> > >
> > > Thanks in advance
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> > For additional commands, e-mail: users-help@tapestry.apache.org
> >
> >
>

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

Posted by Yohan Yudanara <yo...@gmail.com>.
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 <lp...@hope.nyc.ny.us>wrote:

> 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 <yo...@gmail.com>
> 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?
> >
> > Thanks in advance
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>
>

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

Posted by Lenny Primak <lp...@hope.nyc.ny.us>.
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 <yo...@gmail.com> 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?
> 
> Thanks in advance

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