3 Replies Latest reply on Jul 16, 2008 5:19 PM by gena

    url rewrite filter, url is not rewritten

    dam

      I've just started to use the url rewrite filter and setup an outbound-rule. I'm a little confused about the following


      <h:outputLink value="/home.xhtml">home</h:outputLink>
      



      outputs


      http://localhost:8080/app/home
      



      but


      <s:link view="/home.xhtml" value="home" propagation="none"/>
      



      outputs


      http://localhost:8080/app/home.seam
      



      Why is the link output from the s:link not rewritten?