Re: Issue with the FileUploadField

2016-06-14 Thread ChambreNoire
iframes trick 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-

Re: Issue with the FileUploadField

2016-06-14 Thread Bas Gooren
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 at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket

Re: Issue with the FileUploadField

2016-06-13 Thread ChambreNoire
ldn't 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

Re: Issue with the FileUploadField

2008-07-16 Thread Paolo Di Tommaso
The trick is based on a hidden iframe, like the following: And tell wicket to do not redirect on form upload when the submit is terminated: public void onSubmit() { getRequestCycle().setRedirect(false); getRequestCycle().setRequestTarget(EmptyRequestTarget.getInstance()); } I

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,

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 Fileup

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 the