0 Replies Latest reply on Apr 16, 2008 6:31 PM by nagypalg

    error reporting without JESSIONID cookie

      Hi,


      In a web application where I cannot use cookies I have the problem that the org.jboss.seam.handledException object is lost during the exception handling. Somehow the session is not propagated during the Seam exception handling process (no URL rewriting).
      With cookies switched on the org.jboss.seam.handledException object is not lost (the session remains the same) and the object (and thus the error message) is available in the error page.


      Has someone an idea, how I can provide some meaningful error information (such as the exception message) without using cookies?