On Thu, 07 Nov 2013 09:16:15 -0200, Dmitriy Vsekhvalnov <dvsekhval...@gmail.com> wrote:

Well, if you don't save your object(s) in memory you should save in some
other place, right?

Right. Session storage is storage. :P

So, what are you doing if you have to edit object with several
pages/screens before finally committing it?

Then you probably cannot avoid using a session[1]. :) The point is that, when you can avoid that, you should. ;)

[1] Unless you store the intermediates states in some temporary location other than session.

--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.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