Re: AJAX upload in modal window hangs when file size is too large @L

2012-06-21 Thread jaffa
://www.selectgtahomes.ca mississauga homes for sale -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/AJAX-upload-in-modal-window-hangs-when-file-size-is-too-large-L-tp4276504p4650161.html Sent from the Users forum mailing list archive at Nabble.com

Re: AJAX upload in modal window hangs when file size is too large @L

2012-01-10 Thread Alec Swan
Commenting out the first line in the code below fixes the problem but I don't understand why the fix works. Note that get(infoFeedback) returns feedback panel of the modal window page - and not of the upload form. The filter of the feedback panel uses

Re: AJAX upload in modal window hangs when file size is too large @L

2012-01-10 Thread Doug Leeper
-hangs-when-file-size-is-too-large-L-tp4276504p4282736.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: AJAX upload in modal window hangs when file size is too large @L

2012-01-10 Thread Alec Swan
: Response  parsed. Now invoking steps Could be that the info window is not there in the DOM any more? Not that these are answers but steps I would like to solving this problem. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/AJAX-upload-in-modal-window-hangs-when

Re: AJAX upload in modal window hangs when file size is too large @L

2012-01-10 Thread Alec Swan
be that the info window is not there in the DOM any more? Not that these are answers but steps I would like to solving this problem. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/AJAX-upload-in-modal-window-hangs-when-file-size-is-too-large-L-tp4276504p4282736.html Sent from

AJAX upload in modal window hangs when file size is too large @L

2012-01-08 Thread Alec Swan
Hello, I have an upload form which uploads files using AJAX. When the file size is less than maxUploadSize the form work correctly on the page and modal window. When file size is greater than maxUploadSize then form works correctly and displays an error on the page, but hangs in modal window