JSONObject json = new JSONObject(); 
                                                        json.put("period",
5); 
                                                        json.put("URL",
createEventLink(newTime)); 
                                                        json.put("id",
"poller")); 
                                                       
jsSupport.addInitializerCall(InitializationPriority.LATE, "zoneRefresh",
json) 

Even with id, this does not work. If zone exists, periodic executor is not
created(looking at zone-refresh.js).
Perhaps I have to think in the lines of what Taha is suggesting

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Zone-Refresh-with-dynamic-context-tp5713719p5713737.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