2 Replies Latest reply on Sep 20, 2010 7:15 PM by gus888

    s:button produces concurrent call to conversation

    ammarc

      Dear all,


      I have the problem that double-clicking on a seam button produces Error 503 - Concurrent call to conversation. I'm using Joss-Seam-2.2.1 and my code looks like this:




      <s:button
       action="#{sessionStatus.setShowAll(false)}"
       value="#{messages.myLabel} #{messages.resourcesLabel}"
       rendered="#{sessionStatus.showAll}" /> 





      The s:button calls a method inside a long-running conversation, I have no problems when using view. I have the impression that it is caused when calling the same method before the first finished. I received no answers through google, there are solutions for Ajax buttons (eventsQueue, ignoreDupResponses, requestDelay as described on http://docs.jboss.org/seam/2.0.1.GA/reference/en/html/conversations.html), but this does not work for s:button.


      I would be glad for hints...


      Cheers