6 Replies Latest reply on Feb 6, 2007 3:17 AM by pmuir

    exceptions.xml

    koatto

      i configured redirect on exception with exceptions.xml but my app is always redirected to the seam's debug page, it seems everything is working fine :

      23:07:44,312 ERROR [AbstractSeamPhaseListener] Swallowing exception thrown by page action


      but the right page never appears.
      That's the config :

      <!DOCTYPE exceptions PUBLIC
       "-//JBoss/Seam Exceptions Configuration DTD 1.1//EN"
       "http://jboss.com/products/seam/exceptions-1.1.dtd">
      
      <exceptions>
       <exception>
       <redirect view-id="/common/failure.seam"/>
       <end-conversation/>
       </exception>
      </exceptions>