I've had the same thought. As you'd expect, if you open the Tree From Database, With Zones example in two browser windows you'll find that your actions in one affects the other.
So +1 from me. On 26/04/2012, at 10:16 PM, Lance Java wrote: > The current tree implementation requires the session to store the > TreeExpansionModel. As with most of you, I like to avoid using the session > wherever possible to improve scalability and to avoid issues when a user > opens multiple browser windows for the same page. In my mind, the > TreeExpansionModel doesn't need to be stored in the session. It could be > serialized as a string (comma separated list of expanded id's) and passed > in each request / response. > > Thoughts? --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org