Firstly, Tapestry.Initializer.zoneRefresh requires an "id" to be present in
the json object.

Secondly, each time "zoneRefresh" is called, a PeriodicalExecuter is created
so you are likely creating more and more of these every time your zone is
refreshed until you run out of memory.

I think you are trying to do something that zonerefresh was not designed to
do. You could achieve this by calling window.setTimeout() once per refresh.
I'm sure prototype / jquery have other nicer options too.

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Zone-Refresh-with-dynamic-context-tp5713719p5713721.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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

Reply via email to