10 Replies Latest reply on Nov 15, 2007 7:42 AM by harpritt

    s:conversationPropagation has no effect with h:commandButton

    gena777

      Hello

      it seems, that the s:conversationPropagation doesn't affect the h:commandButton behaivour.

      This code works, but doesn't cause a submition of form values

      <s:button propagation="begin" action="offer/createOffer" value="#{uib.Next}" styleClass="submit">
       </s:button>
      


      the following snipplet submits all values correct but doesn't open a new conversation as expected:

      <h:commandButton action="offer/createOffer" value="#{uib.Next}" styleClass="submit" >
       <s:conversationPropagation type="begin"/>
      
       </h:commandButton>


      pages.xml is for both cases identical.

      many thanks, Gena