I’m doing multiple simultaneous fairly long running requests from one client however the addSubmitCompleteHandler only seems to trigger for the last one. Is this correct behavior?
I would like to update the ui based on the response of each form completion.
I’m doing multiple simultaneous fairly long running requests from one client however the addSubmitCompleteHandler
Share
If you have a single form, then this is the expected behavior: each submission cancels the previous one.
You need to use one FormPanel per request.