Re: FileUpload and events

2009-10-14 Thread Thorsten Scherler
On Tue, 2009-10-13 at 08:14 -0700, Ian Marshall wrote: I am coding for just this event, to try and work around my own FileUploadField problem. My AJAX works using code very similar to yours (thanks for the example)! You are welcome. Need to catch up on your posts around this issue (this list

Re: FileUpload and events

2009-10-14 Thread Thorsten Scherler
On Tue, 2009-10-13 at 06:23 -0700, Ian Marshall wrote: Thorsten Scherler-3 wrote: Nobody any tips or infos? salu2 In the source code for the org.apache.wicket.markup.html.form.upload.FileUploadField class there is the class-level comment FILE UPLOADS ARE NOT SUPPORTED BY AJAX.

Re: FileUpload and events

2009-10-14 Thread Ian Marshall
/FileUpload-and-events-tp25816532p25888304.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h

Re: FileUpload and events

2009-10-13 Thread Thorsten Scherler
On Fri, 2009-10-09 at 09:19 +0200, Thorsten Scherler wrote: Hi all, I am implementing a form where I need to upload 2 different files. I want to block the second upload until the user added the first file and I validated on the server. In my Java code I have: fileUploadFieldSello =

Re: FileUpload and events

2009-10-13 Thread Ian Marshall
on the FileUploadField class (you can see my post earlier today about that!), but this might have a bearing on your lack of AJAX on-change behaviour. Ian Marshall -- View this message in context: http://www.nabble.com/FileUpload-and-events-tp25816532p25872841.html Sent from the Wicket - User mailing list

Re: FileUpload and events

2009-10-13 Thread Ian Marshall
(fileUploadFieldSello); too. -- View this message in context: http://www.nabble.com/FileUpload-and-events-tp25816532p25874785.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users

FileUpload and events

2009-10-09 Thread Thorsten Scherler
Hi all, I am implementing a form where I need to upload 2 different files. I want to block the second upload until the user added the first file and I validated on the server. In my Java code I have: fileUploadFieldSello = new FileUploadField(fileUploadFieldSello);