If i understand you correctly, you want to update few zones at one time, yes?
if so than you can do it by calling multizoneupdate

@Inject
private Zone zone1;

@Inject 
private Zone zone2;

Object onActionFromRegister()
  {
    return new MultiZoneUpdate("zone1", zone1).add("zone2", zone2);
  }

here you have example
http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/javascript/ajaxmultizoneupdate
http://jumpstart.doublenegative.com.au:8080/jumpstart/examples/javascript/ajaxmultizoneupdate
 

Hope it helps
-- 
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Update-zones-after-session-object-changes-tp2639152p2639180.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