3 Replies Latest reply on Sep 14, 2007 10:31 AM by bsmithjj

    pages.xml - no-conversation-view-id problem?

      Hello,

      I have the following rule:

       <page view-id="/abo_edit.xhtml" no-conversation-view-id="/index.xhtml">
       <navigation from-action="#{aboDelegateManager.setApplicationABODelegate}">
       <render view-id="/abo_edit_successful.xhtml"/>
       </navigation>
       </page>
      


      If I type the URL to /abo_edit.seam directly into my browser, I can get to the page. I expected from reading the documentation that what should happen is that I should see content from the index.xhtml page in my app.

      Why is the no-conversation-view-id attribute not being obeyed by Seam?

      I use Seam 1.2.1.

      Thanks,
      Brad Smith