Re: Form submit with a FileUploadField appears not to work in a Modal Window

2008-04-30 Thread geke
There is an example. http://www.dooriented.com/blog/2008/04/23/wicket-ajax-like-file-upload-on-a-modal-window/ -- View this message in context: http://www.nabble.com/Form-submit-with-a-FileUploadField-appears-not-to-work-in-a-Modal-Window-tp16795627p16976741.html Sent from the Wicket - User

Re: Form submit with a FileUploadField appears not to work in a Modal Window

2008-04-20 Thread Michael Sparer
the problem is that you cannot upload a file by means of ajax. you'll have to use something like a hidden iframe that takes care of the file upload. as far as i know this topic has already been discussed on the mailing list, i also think in the wicketstuff (or wicket extensions) project there's