Hi, I'm facing a nasty problem in my app.
Submitting a form with Ajax (wicketSubmitFormById) makes the Ajax call back to the backend and after that immediately closes the connection for some unknown reason. The backend successfully process the request but at the end fails with "Broken pipe". Debugging wicket-ajax.js shows that xhr.readyState is 2 (not 4) and soon after that it makes full page reload (window.location=...) which completely breaks the single-page model for our application. Google returns http://www.mail-archive.com/[email protected]/msg25940.html that looks very much like my problem. Unfortunately I cannot find what was the solution provided by Matej. Anyone else ever experienced something similar ? martin-g --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
