0 Replies Latest reply on Oct 20, 2009 8:51 AM by pulkit.mehra

    Custom Id for Conversation Started by <s:link,button

      Hi Friends,


      I am studying conversation.I am not able to find a way to give customID to a conversation when i start it from UI controls like




      <h:commandButton action="#{courseWizard.addCourse}"
      value="Add course...">
      <s:conversationPropagation propagation="begin"/>
      </h:commandButton>
      
      or
      
      <s:button action="#{courseWizard.addCourse}" propagation="begin"
      value="Add course..."/>
      
      
      or
      
      <s:conversationId/>



      If my ID is iterated in data table and in every iteration there is a <s:link from its click i want to start or resume a conversation having that id as its conversation id.How can i do that without using backing Bean.

      Please suggest me if i can do it from pages.


      Thanks in Advance,

      Pulkit.