4 Replies Latest reply on Aug 20, 2007 12:29 PM by przemjaskier

    How to force/assure conversational-only access to a given pa

      I have a bunch of views that are used by pageflow-driven conversation. Lets call them page1.xhtml, page2.xhtml, page3.xhtml. I want to prevent user from entering arbitrary selected view from those above. When a user enters page2.xhtml he should be redirected to a configured no-conversation-view-id with the ability to start a new one conversation.

      I thought that placing

      <page view-id="/page2.xhtml"
       no-conversation-view-id="/invalidconversationerror.xhtml"/>
      


      will handle this, but it is not working. How to solve this?