3 Replies Latest reply on Oct 31, 2007 10:12 AM by igx89

    Precendence of page element mapping?

      In my pages.xml I have the following:

      <page view-id="/someFolder/controller.xhtml" conversation-required="false" />
      
       <page view-id="/someFolder/*" conversation-required="true" />


      Unfortunately that doesn't work: Seam thinks a conversation is still required for controller.xhtml. Is the only solution to explicitly put conversation-required="true" for every single page in that folder, is there another way I'm overlooking, or is this a bug?