1 Reply Latest reply on Sep 30, 2009 12:44 PM by jkronegg

    Seam 2.2.0.GA : 404 error on debug.xhtml

    gonzalad

      Hello,


      With 2.2.0.GA, when we make a GET request for a virtual page (/views/client/test.jspx), and the pages.xml fragment calls an action throwing a runtimeException, Seam doesn't show debug.xhtml, it shows instead an HTTP 404 error instead.


      Error 404: SRVE0190E: Fichier non trouv? : /debug.xhtml 



      We don't have this error on postback.


      Has anyone stumbled on this before ?


      Thanks !


      My calling page fragment :



      <ui:define name="content">
           <s:button view="/views/client/test.jspx"/>
      </ui:define>



      My pages.xml fragment :


      <page view-id="/views/client/test.jspx" switch="disabled">
         <action execute="#{rechercherClientAction.throwException}"/>
      </page>