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
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to