Re: Form FileUploadField maxSize does not work

2009-09-07 Thread Igor Vaynberg
it doesnt support the inner form's maxsize? >> >> -igor >> > > -- > View this message in context: > http://www.nabble.com/Form-FileUploadField-maxSize-does-not-work-tp25293039p25326577.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > >

Re: Form FileUploadField maxSize does not work

2009-09-07 Thread nytrus
doing something wrong? igor.vaynberg wrote: > > so is the problem that the form being submitted is the outer form and > it doesnt support the inner form's maxsize? > > -igor > -- View this message in context: http://www.nabble.com/Form-FileUploadField-maxSize-does-

Re: Form FileUploadField maxSize does not work

2009-09-04 Thread Igor Vaynberg
("upload1", > Bytes.kilobytes(100)); >        add(upload1); /*** this upload DOES check max size ***/ > } > /** test page html **/ > > >         > > > > > > > > igor.vaynberg wrote: >> >> perhaps if you showed your code it would be mo

Re: Form FileUploadField maxSize does not work

2009-09-04 Thread nytrus
de it would be more clear. > > -igor > -- View this message in context: http://www.nabble.com/Form-FileUploadField-maxSize-does-not-work-tp25293039p25297271.html Sent from the Wicket - User mailing list archive at Nabble.com. ---

Re: Form FileUploadField maxSize does not work

2009-09-04 Thread Igor Vaynberg
perhaps if you showed your code it would be more clear. -igor On Fri, Sep 4, 2009 at 4:50 AM, Nicola Tucci wrote: > I'm working with a file upload, using > http://www.wicket-library.com/wicket-examples/upload/single as example. > > I've created an UploadPanel very similar to UploadPage.java of th

Form FileUploadField maxSize does not work

2009-09-04 Thread Nicola Tucci
I'm working with a file upload, using http://www.wicket-library.com/wicket-examples/upload/single as example. I've created an UploadPanel very similar to UploadPage.java of the example (with the FileUploadForm form). Well I've maxsize set to 100K and this check work if I add my uploadpanel to the