Re: automatic zone update

2009-05-06 Thread Michael Dukaczewski
stry >> // will render it for us >> return content; >> } >> } >> >> lazyZone.js >> --- >> Tapestry.Initializer.lazyZoneLoad = function(element, url) { >> $T(element).zoneManager.updateFromURL(url); >&

Re: automatic zone update

2009-05-06 Thread Andy Pahne
.@tu-bs.de] Sent: 05 May 2009 20:54 To: Tapestry users Subject: automatic zone update I'm trying to create a zone which automatically updates itself after some time. Any suggestions? - To unsubscribe, e-mail: users-u

RE: automatic zone update

2009-05-06 Thread Alfie Kirkpatrick
ction(element, url) { $T(element).zoneManager.updateFromURL(url); } HTH Alfie. -Original Message- From: Michael Dukaczewski [mailto:m.dukaczew...@tu-bs.de] Sent: 05 May 2009 20:54 To: Tapestry users Subject: automatic zone update I'm trying to create a zone which auto

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

automatic zone update

2009-05-05 Thread Michael Dukaczewski
I'm trying to create a zone which automatically updates itself after some time. Any suggestions? - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org