Re: Issue with the FileUploadField

2016-06-14 Thread ChambreNoire
rick referred to in other posts, give up modals. So I don't want to spend any time on this so I just reworked the interface to use a SubmitLink from a non-modal panel. Thanks anyway! CN -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Issue-with-the-FileUploadF

Re: Issue with the FileUploadField

2016-06-14 Thread Bas Gooren
in context: http://apache-wicket.1842946.n4.nabble.com/Issue-with-the-FileUploadField-tp1868606p4674879.html Sent from the Users forum mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org

Re: Issue with the FileUploadField

2016-06-13 Thread ChambreNoire
find a cached version. If anyone could point me towards a working example I'd really appreciate that! Thanks CN -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Issue-with-the-FileUploadField-tp1868606p4674879.html Sent from the Users forum mailing list archive

Re: Issue with the FileUploadField

2008-07-16 Thread Paolo Di Tommaso
The trick is based on a hidden iframe, like the following: iframe id=upload_target wicket:id=upload_target name=upload_target style=width:0px;height:0px;border:0 /iframe form wicket:id=form0 target=upload_target div id=upload-field-handler style=position: absolute; z-index: 100; display: none

Issue with the FileUploadField

2008-07-09 Thread Arun Wagle
Hello All, I have an issue with the file upload I have a Fileupload input filed on a tabbed panel. The first time when I select a file and submit, the following returns null FileUpload upload = fileUploadField.getFileUpload(); return null. But if I select the same file again and submit I get

Re: Issue with the FileUploadField

2008-07-09 Thread Cristi Manole
Hello Arun, For the Ajax file upload, check out http://www.dooriented.com/blog/2008/04/23/wicket-ajax-like-file-upload-on-a-modal-window/ Cristi Manole On Wed, Jul 9, 2008 at 5:35 PM, Arun Wagle [EMAIL PROTECTED] wrote: Hello All, I have an issue with the file upload I have a Fileupload

Re: Issue with the FileUploadField

2008-07-09 Thread Arun Wagle
Hello, Thanx for the reply, we are not planning to use IFrames for now. Anyways the first problem does not get solved even if I use Iframes. Any ideas ?? Regards, Arun Wagle On Wed, Jul 9, 2008 at 10:42 AM, Cristi Manole [EMAIL PROTECTED] wrote: Hello Arun, For the Ajax file upload, check