"kosl" wrote :
| My intention was that everytime the user enters this page a new conversation is
started.
How does the user gets to your page? Via an slink?
Try this:
<s:link value="USER REGISTER" view="/register.xhtml"
propagation="none" />
Then the link doesn't contain a conversation ID. When user clicks on the link, a
non-faces request is received. Then, first a temporary conversation gets created which
will later be promoted to a long-running conversation when @Begin is encountered.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060804#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...