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
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
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 {
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