0 Replies Latest reply on Mar 20, 2008 12:36 PM by romain.dev.easycity.com

    pages.xml and urlrewrite

    romain.dev.easycity.com

      Hi guys,


      I'm using seam 1.2.1 GA, jboss 4.0.5 GA and urlrewrite 2.6.


      My urlrewrite.xml configuration is fine but URLs are not rewritten when there are in pages.xml


      I have to use this fashion


          <exception class="org.jboss.seam.security.NotLoggedInException">
              <redirect view-id="/community/login.xhtml">
              </redirect>
          </exception>



      which displays url like http://www.mysite.com/community/login.seam


      instead of http://www.mysite.com/login (as it should be)


      Please let me know if you know the trick to make it work also using pages.xml ?


      Best,


      Romain