You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by sa...@women-at-work.org on 2005/06/13 14:55:21 UTC

Tapestry framework and thread issues on pages

>It's thread safe. But it will NOT WORK. The same user for different 
>request can get different Page instances. And different users can get 
>the same page instance. 

So whats the point of the tapestry framework then? I thought this
was exactly the kind of "plumbing work", Tapestry wants to avoid ?

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-user-help@jakarta.apache.org


Re: Tapestry framework and thread issues on pages

Posted by Pablo Ruggia <pr...@gmail.com>.
Same page can get activated to many different users, but you can make 
properties "persistents", so that property will be stored for some user, and 
only this user. If that user gets a different page instance, the property 
value will still be the same.



On 6/13/05, sarah.simbad@women-at-work.org <sa...@women-at-work.org> 
wrote:
> 
> >It's thread safe. But it will NOT WORK. The same user for different
> >request can get different Page instances. And different users can get
> >the same page instance.
> 
> So whats the point of the tapestry framework then? I thought this
> was exactly the kind of "plumbing work", Tapestry wants to avoid ?
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tapestry-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tapestry-user-help@jakarta.apache.org
> 
>