2 Replies Latest reply on Jul 8, 2010 6:33 AM by amitev

    the <render> tag doesn't trigger <end-conversation before-redirect="true">

    wangliyu
      Hi,
      In the pages.xml, the <render viewID=".."> doesn't trigger the <end-conversation before-redirect="true">

      for example:

      <rule if-outcome="done">
         <end-conversation before-redirect="true" root="true" />
         <redirect view-id="/welcome.xhtml" />
      </rule>

      this works, but if change the redirect to render, it won't release previous LR conversation.

      And if using a4j:include, the redirect will flush the whole page, I have to use render.

      Any idea or workaround?

      Thanks