4 Replies Latest reply on May 12, 2008 10:19 PM by igx89

    When to use end-conversation inside pages.xml exception element?

      Looking through the Seam documentation on exception handling in pages.xml, sometimes end-conversation is used and sometimes it isn't (see here). My question is, when should it be used and when shouldn't it?


      The reason I ask is that I've found if I don't have end-conversation, then if an exception is thrown in a jPDL pageflow page transition action, I get hundreds of KB of stack traces in my log all saying pageflow has not yet started and no error message is shown on my error page. If I do put that in however, everything works great.