Em Wed, 09 Dec 2009 15:34:52 -0200, kamiseq <kami...@gmail.com> escreveu:

The session itself is extremely overused in the framework and it could be
limited if only actionLink's call preserve page's context.

I beg to differ. The framework itself does not use the session. If you're using an onActivate()/onPassivate() method pair, you don't need to persist the corresponding fields. ActionLink and EventLink preserve the page context as long as you provide it to the context parameter.

By the way, when using redirect-after-post, any framework would need some session use to hold values between an action request and the subsequent render request.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor Owner, software architect and developer, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

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

Reply via email to