1 Reply Latest reply on Jul 20, 2007 3:36 AM by kruno

    Problem listening for event and using conversationList

    kruno

      I am using Seam 2.0 beta, and if I am listening for "beginConversation" event my conversationList does not seem to have latest open conversation.
      Like it is always one conversation late.
      If I turn off listener then every thing works fine.
      components.xml

      <event type="org.jboss.seam.beginConversation">
       <action expression="#{convListener.begin}"/>
       </event>
      
      

      Thanks in advance Kruno.