[jboss-user] [JBoss Seam] - Re: Conversation management in a desktop-like applikation
jbuechel
do-not-reply at jboss.com
Fri Oct 12 08:32:58 EDT 2007
I just figured out if i add the following to the pages.xml it works for this two view-ids..
<page view-id="/modules/queryCatalog/catalog/main.xhtml">
| <navigation evaluate="#{conversation.longRunning}">
| <rule if-outcome="false">
| <begin-conversation join="false" flush-mode="manual" />
| </rule>
| </navigation>
| </page>
|
So the shaky behavior seems to depend on wether the conversation of the previous view-id was long running or not.. !?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4094532#4094532
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4094532
More information about the jboss-user
mailing list