0 Replies Latest reply on Oct 14, 2008 3:14 PM by wilczarz.wilczarz.gmail.com

    Error feedback lost in FlushModeType.MANUAL converations

    wilczarz.wilczarz.gmail.com

      When I throw any exception in a conversation started with FlushModeType.MANUAL, I get redirected as defined in pages.xml:


      <exception class="java.lang.UnsupportedOperationException">
         <end-conversation/>
         <redirect view-id="/error.xhtml">
            <message>This message should always be displayed!</message>
         </redirect>
      </exception>



      but the message isn't displayed in <h:messages>. Also, according to debug page, the conversation seems not to be ended despite use of <end-conversation>. Is there a way to fix this? I'm using Seam 2.0.1.GA.