0 Replies Latest reply on Dec 9, 2008 8:04 PM by israel.bgf

    Problem: @End + a4j:commandButton + @Begin(join=true)

    israel.bgf
      Hello guys, I'm with a problem. I want to end a conversation via ajax with an a4j:commandButton, but in the same page, in the pages.xml I set <begin-conversation join="true"/> (cause at every ajax request seam tries to create a new conversation).

      After the action in the commandButton is invoked (the method has an @End(beforeRedirect=true)) my components with conversation scope are still stored in the Conversation Context. And it's ONLY happens cause the  <begin-conversation join="true"/> is there, but i cant delete it because it handles the ajax requests + conversation-scope of the components.

      What can i do?