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.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4065765#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...