<[EMAIL PROTECTED]> wrote:
> > > I'm not an expert on this stuff, but tapestry-flash may be of use
> > > for
> > the
> > > previous/next page problem.
> > >
> > > http://howardlewisship.com/tapestry-javaforge/tapestry-flash/
> > >
> > >
> >
It depends on the setup of your wizard, if it a single page iterating
over components or a series of tapestry pages following each other - but
either way you prevent such problems by persisting flow information in
the client, not as cookies but on a page - based in URLs.
You should always keep
TECTED]>
> >Reply-To: "Tapestry users"
> >To: Tapestry users
> >Subject: Re: Multiple browser windows causing session issue
> >Date: Wed, 29 Nov 2006 12:33:51 -0800 (PST)
> >
> >Sorry, I guess I should have described my application
> >bette
;
> >
> >
> > --
> > Peter Beshai
> >
> > Pure Mathematics Student
> > University of Waterloo
> >
> >
> >
> >
> >
> > >From: Robert Breidecker <[EMAIL PROTECTED]>
> > >Reply-To: "Tapestry
t;
>Reply-To: "Tapestry users"
>To: Tapestry users
>Subject: Re: Multiple browser windows causing session issue
>Date: Wed, 29 Nov 2006 12:33:51 -0800 (PST)
>
>Sorry, I guess I should have described my application
>better. Two application windows are not req
t;
Reply-To: "Tapestry users"
To: Tapestry users
Subject: Re: Multiple browser windows causing session issue
Date: Wed, 29 Nov 2006 12:33:51 -0800 (PST)
Sorry, I guess I should have described my application
better. Two application windows are not required.
However, the users would li
Sorry, I guess I should have described my application
better. Two application windows are not required.
However, the users would like to be able to open
multiple instances of the application at one time. In
addition to the wizard, I was also having problem with
my table component and its previous
Sorry, I guess I should have described my application
better. Two application windows are not required.
However, the users would like to be able to open
multiple instances of the application at one time. In
addition to the wizard, I was also having problem with
my table component and its previous
That's just how it works. With cookie based session management you are
identified by a single cookie object that would be available to the
server regardless of which tab you operated in (this is a side effect
of how they work with browser clients, not the sever) . With
jsessionid's the identificat