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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...