0 Replies Latest reply on Apr 18, 2013 6:14 AM by tom_violence

    Absolute path in pages.xml

    tom_violence

      Is it possible to specify in pages.xml an absoulte path in view-id. Something like this:

      <exception class="org.jboss.seam.security.AuthorizationException">

              <end-conversation/>

              <redirect view-id="/classpath:home/error.xhtml"/>

      </exception>

       

      In this case my page will be redirected to:


          localhost:8080/cfga/classpath:home/error.xhtml

       

       

      but I want to be redirected to

       

          localhost:8080/home/error.xhtml