0 Replies Latest reply on Feb 15, 2011 10:02 PM by bhanchand

    JSF postback starts new seam conversation

    bhanchand

      I have a command button and wish to submit the values on the form and access the list that is part of the conversation

      Tried the following:

      <h:commandButton value="Confirm Selected(commandbutton)"                                                                                action="#{claim.confirmSelected}">

          <s:conversationPropagation value="join"/>

      </h:commandButton>

      It starts a new conversation(new conversation id) and the list is empty.

       

       

      When using the button, the list is read but the form data is not available (as expected).

      <s:button value="Confirm Selected(button)"

                                                                                      action="#{claim.confirmSelected}" propagation="join"/>

       

      How to post the form and keep the conversation alive?

      Any help will be appreciated. Thx

       

      B Prasad