0 Replies Latest reply on Apr 21, 2011 3:40 PM by newbee07

    Url Rewrite not working

    newbee07
      I am trying to rewrite the URL's using seam like below.

      <page view-id="/account/acctDetails.xhtml">
         <rewrite pattern="/{fName}" />
         <param name="fName" value="#{backingBean.fName}" />
      </page>


      and I am having the below line in my components.xml

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

      but still not working(getting 404). Can you anyone help me out on this. This is eating all my time.

      if required I can provide further info