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
ndicated: >> >> "INFO: Invoking pre-call handler(s)..." and before "INFO: 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 step

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

2012-01-10 Thread Alec Swan
n 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 the Users forum mailing list archive at Nabble.com. > > - &g

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

2012-01-10 Thread Doug Leeper
AX-upload-in-modal-window-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

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 http://www.jeremythomerson.com/blog/2011/01

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 aft