Peter, If you use client persistence, then the answer would be yes.
However, I don't think there isn't any built-in server-based conversational persistence. It is something I saw in a presentation on JBoss Seam, and I thought it would be great to add to Tapestry, but I haven't had any projects that needed it enough to do it. The strategy, as I recall, is to have some methods used for demarcation of the beginning / ending of conversations to know when to discard the session data for a particular conversation. I guess the work-around now would be to client-persist a conversation id, and then have a Map of conversations stored in an ASO. Jonathan > -----Original Message----- > From: Peter Mihalik [mailto:[EMAIL PROTECTED] > Sent: Sunday, April 08, 2007 1:22 PM > To: Tapestry users > Subject: Re: multi windowed apps > > no, no.. i don't talk about target="whatever".. i mean if i use the > persist annotation can i have only 1 conversation to the page for the > session? eg. can i have only 1 window opened? for example spring webflow > can have an arbitrary number of the same conversations open for the > session. i can independently work on 1 computer 1 browser with the same > application using more windows to talk to the same flow. is there a > support for something similar in tapestry? > > > Yes - but only in the same way that every web framework does. Change > > the target of your link / form to the window you want the result to be > > in. > > > > est voila! > > > > On 4/7/07, Peter Mihalik <[EMAIL PROTECTED]> wrote: > >> hi, does tapestry support multi window applications? > >> > >> -- > >> pm > >> > >> --------------------------------------------------------------------- > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > >> For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > > > -- > > Jesse Kuhnert > > Tapestry/Dojo team member/developer > > > > Open source based consulting work centered around > > dojo/tapestry/tacos/hivemind. http://blog.opencomponentry.com > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]