"KnisterPeter" wrote : is there something like a pageflow action state? I need a
state where I could end the current conversation and not the pageflow and afterwards
execute another method.
No, a conversation and a pageflow are the same length
anonymous wrote : My usecase is the following: when a new user registers at our service he
should be logged in automatically. The pageflow must end before this automatic login,
because the current transaction must be commited to have the user visible in db for the
seam identity.login action method.
I don't see why these two things are related (transaction commiting, pageflow ending).
Call em.flush(), call identity.login(), then end the pageflow, transitioning to the users
home page.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4055509#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...