Hey Dragan, conversations seems to be ok, except one issue i ran into, my context looks like this: /page/parent-id/child-id or /page/parent-id, e.g.
/page/100/23 - edit object /page/100 - new object if i add conversion id how can i distinguish second one? /page/100/123213213 vs. /page/100/23 ? On Wed, Nov 6, 2013 at 3:23 PM, Dragan Sahpaski <dragan.sahpa...@gmail.com>wrote: > Hi Dmitriy, > What you've described is having a conversational scope. > Look at the tapestry-conversations module > http://tynamo.org/tapestry-conversations+guide. I think the guide is > pretty > clear and you will have an easy time integrating it. > We use the module in multiple projects and it works very well. > > Cheers, > Dragan Sahpaski > > > On Wed, Nov 6, 2013 at 12:11 PM, Dmitriy Vsekhvalnov < > dvsekhval...@gmail.com > > wrote: > > > Hi all, > > > > looking for a way to have session storage per context, e.g. 2 pages: > > > > /profile/details/1 > > /profile/details/2 > > > > if work with both in different tabs session storage data obviously > > clashing. > > > > Any ideas how to make per-context session? > > > > Thanks. > > >