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

2008-04-29 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
form.add(new AjaxLink("cancel") { > public void onClick(AjaxRequestTarget target) { > window.close(target); > } > }); > } > > } > - Michael Sparer http://talk-on-tech.blogspot.com -- View this message in context: http://www.nabble.com/Form-submit-with-a-FileUploadField-appears-not-to-work-in-a-Modal-Window-tp16795627p16795638.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]