[jboss-user] [JBoss Seam] - Re: no-conversation-view-id doesn't work

blabno do-not-reply at jboss.com
Tue Jan 22 10:05:07 EST 2008


If no-conversation-view-id must be placed in pages.xml than what is the reason for placing it in pageflow definition i.e.:

<!--pageflow definition file -->
  | <page name="complete" view-id="/locations/complete.jspx"
  | no-conversation-view-id="/locations/browseLocations.jspx">
  |         <redirect/>
  | </page>

<!--pages.xml file -->
  | <page view-id="/locations/complete.jspx" conversation-required="true"
  | no-conversation-view-id="/locations/browseLocations.jspx" />

As i observed is that if no-conversation-view-id (together with conversation-required="true") is not placed in pages.xml then redirection does not take place even if pageflow file contains same attribute for corresponding page.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4122242#4122242

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4122242



More information about the jboss-user mailing list