Mario Ivankovits schrieb: > Hi Matthias! > > If you would like to work with your beans as before you can also have a > look at the tomahawk sandbox conversationTag. > > In short, this just introduce a new scope which is able to span multiple > requests and views and allows you to synchronize this scope with the > database session. > http://wiki.apache.org/myfaces/ConversationTag > > I have not used it yet, but I can recommend Marios suggestion to try out the conversation tag, it is very interesting for using it in combination with hibernate, it introduces seam like concepts on tag level, because one of the beauties of Seam is that you have conversations, which means you have one session per conversation and you do not lose the objects you work with, the usual double object errors and object out of session errors are a thing of the past with it (one thing 90% of all problems in hibernate stem from)

