in normal case, I have tested that wicket ajax multipart form submit event can be triggered properly in this sequence
onbefore onprecondition onbeforesend onafter onsucess oncomplete but when the server is stopped and the same ajax multipart form is submitted, only these events are triggered onbefore onprecondition onbeforesend onafter i.e. the onfaliure, oncomplete are not called and the browser is just "hanged" and the wicket js is waiting forever for "load.handleMultipartComplete" from the upload iframe, i.e. this ajax form submit is not completed and further ajax event will be just queued from the firebug console, the iframe html can be found as: the html inside the iframe simply means "Connection Error" so how can I proceed to handle this problem? -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/wicket-abort-ajax-handling-of-multipart-form-when-the-server-is-stopped-tp4670076.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
