There is one more thing... Tree Updating Zones works fine how it is explained
in this example
(http://stackoverflow.com/questions/10261741/tapestry5-and-selection-on-tree-component)
 
but I can't use that technique. I need full page refresh. 

When I call this first time it is preparing all Tree Nodes (Leaf and
Non-Leaf)..... 

TreePreprationHelperUtil.prepareAccessTree(this.getUser().getRootNode(),
getUser().getPrimaryUser().getCloudDirectorUsers());

Leaf nodes has URL which takes them to appropriate page by passing request
parameter in URL. 

Map<String, String> paramMap = new HashMap<String, String>();
paramMap.put("vmid", 1234);

ValueWrapper viewDataCenterUsage = new ValueWrapper("View Vm Usage",
"VmUsagePage", paramMap)

Above Node turns into Leaf with URL with parameters like this (
http://localhost:8080/vmusagepage?vmid=1234  )

In short, I have many Leafs in my tree which are associated with different
pages in my system and I pass required request parameters on each of them.  







--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Tree-Session-Management-Issue-tp5715132p5715206.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