Re: Tree Session Management Issue

2012-08-09 Thread tapestry.kung.fu
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 No

Re: Tree Session Management Issue

2012-08-09 Thread tapestry.kung.fu
Yes you are right. It almost seems that Tree component has Session-State associated with individual Page. To solve this I can only have One Page Tied to Tree component and that Page should inject required component based on condition satisfied. Although, that is not very flexible solution and not g

Re: Tree Session Management Issue

2012-08-09 Thread Thiago H de Paula Figueiredo
On Thu, 09 Aug 2012 14:50:16 -0300, tapestry.kung.fu wrote: Thanks. Yes. It has good implementation for equals and hashcode methods. Here is class. It almost seems like this has to something to do with Tapestry Tree component itself. I can't see to find a way to keep tree expanded on a

Re: Tree Session Management Issue

2012-08-09 Thread tapestry.kung.fu
Thanks. Yes. It has good implementation for equals and hashcode methods. Here is class. It almost seems like this has to something to do with Tapestry Tree component itself. I can't see to find a way to keep tree expanded on all pages. Any New page is opened first time, tree expansion is automati

Re: Tree Session Management Issue

2012-08-08 Thread Thiago H de Paula Figueiredo
On Wed, 08 Aug 2012 21:40:57 -0300, tapestry.kung.fu wrote: Bump! Come on somebody must know what's going on! There are many tapestry experts read this forum! Non of them knows what's going on here! This is not a forum, this is a mailing list. Nabble is just an interface over the mailin

Re: Tree Session Management Issue

2012-08-08 Thread tapestry.kung.fu
Bump! Come on somebody must know what's going on! There are many tapestry experts read this forum! Non of them knows what's going on here! -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tree-Session-Management-Issue-tp5715132p5715171.html Sent from the Tapestry - User m