1 Reply Latest reply on May 13, 2008 9:49 AM by ssilvert

    s:conversationPropagation type=

    anngdo

      i have a command button as follow :

      <h:commandButton value="CSV" id="csv" styleClass="button"
      action="#{rmsadmin.menuAction.gotoCsvTemplateList}">
      <s:conversationPropagation type="none" />
      </h:commandButton>

      submit this button client.submit("csv"); it not know <s:conversationPropagation type="none" />

      Does SeamClient support <s:conversationPropagation type="none" />