Hi
I have a one page conversation with access-scope. The page contains
several tabs which are switched by Ajax calls.
The first time the page is loaded the last request is a css download,
upon which orchestra closes the conversation. The following requests
for other tabs works perfect, the conversations stays open.
Mrz 28 11:37:21 DEBUG
org
.apache.myfaces.orchestra.conversation.jsf.AccessScopePhaseListener
invalidateAccessScopedConversations Clearing access-scoped
conversation contactSearchController after rendering view /pages/
doctor_details.jsp
<-- THIS IS OKAY(old page)
Mrz 28 11:37:21 DEBUG
org
.apache.myfaces.orchestra.conversation.jsf.AccessScopePhaseListener
invalidateAccessScopedConversations Not clearing accessed
conversation doctorDetailsController after rendering view /pages/
doctor_details.jsp
<-- THIS IS OKAY(NEW PAGE, CONVERSATION SHOULD STAY OPEN)
Mrz 28 11:37:21 DEBUG
org
.apache.myfaces.orchestra.conversation.jsf.AccessScopePhaseListener
invalidateAccessScopedConversations Clearing access-scoped
conversation doctorDetailsController after rendering view /org/
richfaces/renderkit/html/css/basic_classes.xcss
<-- THIS IS WHAT I DON'T understand
Regards
Bernd