Re: automatic zone update

2009-05-06 Thread Michael Dukaczewski
That is exactly what I was looking for. Thank you! This mailing list is great. Andy Pahne schrieb: > > Tapestry 5.1 has this lazy loading included as component: check the > ProgressiveDisplay component. > > Andy > > > > Alfie Kirkpatrick schrieb: >> I made a simple "LazyZone" component which

Re: automatic zone update

2009-05-06 Thread Andy Pahne
Tapestry 5.1 has this lazy loading included as component: check the ProgressiveDisplay component. Andy Alfie Kirkpatrick schrieb: I made a simple "LazyZone" component which ajax loads the zone after the page load. Should be simple enough to add a timer to it. You provide a block as a param

RE: automatic zone update

2009-05-06 Thread Alfie Kirkpatrick
I made a simple "LazyZone" component which ajax loads the zone after the page load. Should be simple enough to add a timer to it. You provide a block as a parameter to the component... LazyZone.java - @IncludeJavaScriptLibrary("lazyZone.js") public class LazyZone extends Zone {

Re: automatic zone update

2009-05-05 Thread Julian Wood
I would check out Tapestry.activateZone (https://issues.apache.org/jira/browse/TAP5-569 ) and javascript's setInterval method (or prototype's PeriodicalExector). J On May 5, 2009, at 1:54 PM, Michael Dukaczewski wrote: I'm trying to create a zone which automatically updates itself after some