[jboss-user] [JBoss Seam] - Re: conversation propagation and navigation rule
atao
do-not-reply at jboss.com
Sun May 6 18:06:00 EDT 2007
I just tried the workaroud with
| <page view-id="*">
| <navigation>
| <rule if-outcome="home">
| <redirect view-id="/home.xhtml"/>
| </rule>
| <rule if-outcome="fundList">
| <end-conversation/>
| <redirect view-id="/FundList.xhtml">
| <param name="conversationPropagation" value="#{'none'}"/>
| </redirect>
| </rule>
| </navigation>
| </page>
|
There is no more exception, but the genereted link is now:
anonymous wrote :
| http://localhost:9090/payroll/FundList.seam?conversationPropagation=none&cid=9
|
It doesn't look as the expected one...
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043550#4043550
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043550
More information about the jboss-user
mailing list