0 Replies Latest reply on Feb 12, 2010 8:38 PM by nimo22

    pages.xml not well designed?

    nimo22

      My view-directory has the following structure:



      view (is a directory)
      manage (is a sub-directory)
      managethat.xhtml (is into the manage-directory)

      when using following rewrite-filter, the view manage
      that.xhtml cannot be find:





              <page view-id="/manage/manage_that.xhtml">
                      <rewrite pattern="/manage"/>
              </page>





      when using another name as manage, then it works:




             <page view-id="/manage/manage_that.xhtml">
                      <rewrite pattern="/manage_1"/>
              </page>






      Is that a bug?