4 Replies Latest reply on Aug 28, 2006 5:19 PM by gavin.king

    Concurrent calls problem

    superfis

      Hi,

      I've got some webapp with <s:link .../> and <h:commandButton .../> tags. When I'm clicking very fast (twice or more) on either of them there are happening really weird things, appropriately for:
      - s:link -

      Caused by: javax.ejb.EJBException: Application Error: no concurrent calls on stateful beans

      - h:commandButton - view site doesn't change (should be another one because it's wizard) but backbeans are performed and after every click the same site shows lightly different content. After fiew such an attempts there we have not so clear Exception result.

      What's happening and how to avoid it?

      Cheers,
      Slawek