Richard Hill-7 wrote:
> 
> Rich's point is that pages are re-used: a fresh instance of a page is
> not instantiated for each request. So yes you'll have your transfer data
> rendering in the page, but that doesn't mean that data was
> collected/built/queried from db or whatever in response to the current
> request.
> 
> AFAIK constructors are not the place to put initialisation stuff: as
> Rich suggested take a look at the @SetupRender annotation and/or the
> setupRender() method.
> 
> R.
> 

Yes I should be using the setupRender() method, as I have used it elsewhere.
However it does not solve the issue. The user seems to be completely
reverting to the previous logged in user after navigating through more than
one page.

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Clearing-SessionState-tp4458525p4459227.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to