3 Replies Latest reply on Mar 9, 2010 11:53 PM by amitev

    Concurrent Call to Conversation (CCTC)

      Hi all,
      I'm getting trouble in handling CCTC. My application needs a policy to control all the requests by the users.
      I'm using queue but i cannot solve my problems.
      I'm asking this community if anybody knows a way to call a method in seam like some any context which can verify if the response is in progress or not.
      I've thought something like:




      <jsf:component disabled="#{isResponseInProgress()}" />