Create multiple AJAX requests running simultaneously
818962May 11 2011 — edited May 15 2011Hi there,
Using JDeveloper 11.1.1.4, is it possible to create multiple AJAX requests running simultaneously in a JSF page?
For example, there are two af:commundButton with their partialSubmit options set to true.
The server must start processing an AJAX request from one button immediately after the button is cliked, even if the server is processing the AJAX request from the other button (then the server processes the two requests at a time).
Regards,
Kenji