0 Replies Latest reply on Jul 29, 2010 3:47 AM by sumathra

    How to rewrite the url for specific page

    sumathra

      In Components.xml Iam having

      <web:rewrite-filter view-mapping="*.seam" />

       

      This filter tries to rewrite the url for every page but only in BookList.page.xml Iam rewriting the url as

       

      <rewrite pattern="/book/BookList/{authortId}/{cmpId}"/> where authorId and cmpId are page parameters.

       

      How to rewrite the url only for BookList.xhtml?