Re: fileupload element checking filename existing before upload using ajax

2008-08-27 Thread Mattom
callback url, but it works :-). :-), Thomas Original-Nachricht > Datum: Wed, 27 Aug 2008 22:51:51 +0200 > Von: "Mattom" <[EMAIL PROTECTED]> > An: users@wicket.apache.org > Betreff: Re: fileupload element checking filename existing before upload > usi

Re: fileupload element checking filename existing before upload using ajax

2008-08-27 Thread Mattom
That's what I've found, too, that uploading using ajax is not possible. But :-), I don't need the upload to be ajax, all I need is the filename, as soon as the file was choosen by the user. That way I could validate the filename serverside, and provide immediate feedback, before the (maybe) lon

fileupload element checking filename existing before upload using ajax

2008-08-27 Thread Mattom
Hi list ! I'm trying to build a upload form consisting of one ore more fileuploads. If the file(s) already exist(s) on the server, I'd like to throw a validation message, but, before uploading takes place. I tried to attach AjaxEventBehavior to the FileUploadField, onchange is executed, but I'

Re: wicket servlet mapping to subdirectory

2008-06-19 Thread Mattom
Hi ! No, sorry, maybe i was not precise enough, when i have the /app/* mapping, i can access my "HomePage" directly, but all links from the HomePage as well as the style sheet link and some image links (all within wicket:link) don't work, as the "/app/" part is missing. The only images working