[jboss-user] [JBoss Seam] - Re: problem with conversations
wschwendt
do-not-reply at jboss.com
Thu Jul 5 09:03:04 EDT 2007
"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#4060804
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4060804
More information about the jboss-user
mailing list