4 Replies Latest reply on Jul 10, 2008 4:28 AM by daniel.soneira

    Ajax and multiple requests

    jeffzzang

      Let's say I have a page with an ajax-enabled component (a4j:commandLink) which executes code attached to its actionListener. Let's also assume that this method which it executes may take a long time to finish.

      What happens if I click the a4j:commandLink and while the server is executing the method, I click the same commandLink again or I fire another ajax-enabled component. Does this screw up the JSF tree in any way? What are the implications and solutions? Thanks.