-
1. Re: @Conversational problem
blabno Nov 2, 2010 4:11 AM (in response to baz)Please show us pages.xml or x.page.xml of page from which you navigate to person_search.xhtml and person_search.page.xml.
Don't you get any stacktrace in server logs?
-
2. Re: @Conversational problem
baz Nov 2, 2010 4:38 AM (in response to blabno)Hello,
here are both page.xml
start.page.xml:
{code}
<description>Start</description>
<action execute="#{navigationManager.selectNavigationId(1)}" on-postback="false"/>
{code}
person_search.page,xml
{code}
<description>Person suchen</description>
<param name="cleanConversation"/><action execute="#{navigationManager.cleanConversations}" if="#{cleanConversation.equals('true')}" on-postback="false"/>
<restrict>
#{rightsResolver.hasRight("navigation_user_search", "access", "true") or rightsResolver.hasRight("navigation_management_search_user", "access", "true")}
</restrict>
{code}
What we have discoverd is this:
When we try our usecase with a browser we get four/five conversations
When we use the testscript, then more than 12 conversations are created. It seems that conversation propagation does not work with our pages:-(
Ciao,
Carsten