RE: validation of upload form

2009-07-10 Thread fm u
gr8, Thanks. I will try it. fmu > From: igor.vaynb...@gmail.com > Date: Fri, 10 Jul 2009 17:23:02 -0700 > Subject: Re: validation of upload form > To: users@wicket.apache.org > > only if you submit the first form via ajax and submit the second one > via javascript returne

Re: validation of upload form

2009-07-10 Thread Igor Vaynberg
gt; > If possible, validating the form before file is uploeded would do the best? >> > >> > >> > >> >> -Original Message- >> >> From: Jeremy Thomerson [mailto:jer...@wickettraining.com] >> >> Sent: 10 July 2009 16:07 >> >>

RE: validation of upload form

2009-07-10 Thread fm u
rom: igor.vaynb...@gmail.com > Date: Fri, 10 Jul 2009 16:51:18 -0700 > Subject: Re: validation of upload form > To: users@wicket.apache.org > > unfortunately that is now how http works. first you get all the data > uploaded - including the file - then you get to process it. >

Re: validation of upload form

2009-07-10 Thread Igor Vaynberg
6:07 >> To: users@wicket.apache.org >> Subject: Re: validation of upload form >> >> Validate client-side? >> >> -- >> Jeremy Thomerson >> http://www.wickettraining.com >> >> >> >> >> On Fri, Jul 10, 2009 at 9:08 AM, fm u wrote: >

RE: validation of upload form

2009-07-10 Thread fm u
[mailto:jer...@wickettraining.com] > Sent: 10 July 2009 16:07 > To: users@wicket.apache.org > Subject: Re: validation of upload form > > Validate client-side? > > -- > Jeremy Thomerson > http://www.wickettraining.com > > > > > On Fri, Jul 10, 2009 a

Re: validation of upload form

2009-07-10 Thread Jeremy Thomerson
Validate client-side? -- Jeremy Thomerson http://www.wickettraining.com On Fri, Jul 10, 2009 at 9:08 AM, fm u wrote: > > hi, > > I am using simple ajax file upload with UploadProgressBar. > I also have a required textarea in the same form. > But > when I try to upload a file without filling th