Re: Problem with Ajax Form Submit and invalid Response Status

2023-02-24 Thread JumpStart
Hi Michael, To date I’ve handled this more generally by letting the user know when the server cannot be reached. It’s detected by Offline.js (https://github.hubspot.com/offline/docs/welcome/), which is in in the of our layout component.

Re: Problem with Ajax Form Submit and invalid Response Status

2023-02-21 Thread Volker Lamp
Hi Michael > How i am able to recognized from the Tapestry Pages the failed > communication ? The (server-side) page class has no chance of knowing the communication failed, because the ajax request never makes it through. So the logic would have to be on the client. If the server doesn't send

Problem with Ajax Form Submit and invalid Response Status

2023-02-21 Thread Michael Helbig
H i am looking for some ways, how to handle failed requests or form submits when i am using a Ajax based communications from the client browser. The related request gets blocked by a firewall in between. The browser receives a not expected answer, but did not render or provide further informa