Re: FileUploadField blocks component submission when an empty file is selected

2009-10-16 Thread Ian Marshall
his version's .jar file is used by my built app. The issue persists; I have updated my JIRA submission (Wicket-2523) to reflect the 1.4.2 version of Wicket. -- View this message in context: http://www.nabble.com/FileUploadField-blocks-component-submission-when-an-empty-file-is-selected-tp2

Re: FileUploadField blocks component submission when an empty file is selected

2009-10-14 Thread Igor Vaynberg
Ian Marshall > > -- > View this message in context: > http://www.nabble.com/FileUploadField-blocks-component-submission-when-an-empty-file-is-selected-tp25855504p25888396.html > Sent from the Wicket - User mailing list archive at Nabble.com. > > > --

Re: FileUploadField blocks component submission when an empty file is selected

2009-10-14 Thread Ian Marshall
che.org/jira/browse/WICKET-2523 Please let me know if there is anything more I can do to specift the problem better. Ian Marshall -- View this message in context: http://www.nabble.com/FileUploadField-blocks-component-submission-when-an-empty-file-is-selected-tp25855504p25888396.html Sent fro

Re: FileUploadField blocks component submission when an empty file is selected

2009-10-13 Thread Igor Vaynberg
s and pointers anyway. > > Ian Marshall > -- > View this message in context: > http://www.nabble.com/FileUploadField-blocks-component-submission-when-an-empty-file-is-selected-tp25855504p25871355.html > Sent from the Wicket - User mailing list archive at Nabble.com. > >

Re: FileUploadField blocks component submission when an empty file is selected

2009-10-13 Thread Ian Marshall
or your questions and pointers anyway. Ian Marshall -- View this message in context: http://www.nabble.com/FileUploadField-blocks-component-submission-when-an-empty-file-is-selected-tp25855504p25871355.html Sent from the Wicket - User mailing list

Re: FileUploadField blocks component submission when an empty file is selected

2009-10-12 Thread Igor Vaynberg
   sMsg += String.format(" has size = %d, client file name = \"%s\"," >           + " and content type = \"%s\".", >           fuUpload.getSize(), fuUpload.getClientFileName(), >           fuUpload.getContentType()); >        } > /**/    ssn

FileUploadField blocks component submission when an empty file is selected

2009-10-12 Thread Ian Marshall
pload); -- View this message in context: http://www.nabble.com/FileUploadField-blocks-component-submission-when-an-empty-file-is-selected-tp25855504p25859544.html Sent from the Wicket - User mailing list archive at Nabble.com. -

Re: FileUploadField blocks component submission when an empty file is selected

2009-10-12 Thread Igor Vaynberg
= new Button("btnOK"); >    frmForm.add(btnOK); > >    Button btnCancel = new Button("btnCancel") >    { >      private static final long serialVersionUID = 1L; >     �...@override >      public void onSubmit() >      { >

FileUploadField blocks component submission when an empty file is selected

2009-10-12 Thread Ian Marshall
me.class); } }; btnCancel.setDefaultFormProcessing(false); frmForm.add(btnCancel); } -- View this message in context: http://www.nabble.com/FileUploadField-blocks-component-submission-when-an-empty-file-is-selected-tp25855504p258587

Re: FileUploadField blocks component submission when an empty file is selected

2009-10-12 Thread Igor Vaynberg
> method. > > Ian Marshall > -- > View this message in context: > http://www.nabble.com/FileUploadField-blocks-component-submission-when-an-empty-file-is-selected-tp25855504p25858283.html > Sent from the Wicket - User mailing list archive at Nabble.com. > --

FileUploadField blocks component submission when an empty file is selected

2009-10-12 Thread Ian Marshall
igor.vaynberg wrote: > > is your fileuploadfield marked as required? > No; I have not called the FileUploadField instance's setRequired(...) method. Ian Marshall -- View this message in context: http://www.nabble.com/FileUploadField-blocks-component-submission-when-an

Re: FileUploadField blocks component submission when an empty file is selected

2009-10-12 Thread Igor Vaynberg
is your fileuploadfield marked as required? -igor On Mon, Oct 12, 2009 at 6:04 AM, Ian Marshall wrote: > I have a FileUploadField component in a form. My issue is that when a file > of size zero is selected using the component's integral "Browse..." button, > and then one of the owning form's su

FileUploadField blocks component submission when an empty file is selected

2009-10-12 Thread Ian Marshall
I have a FileUploadField component in a form. My issue is that when a file of size zero is selected using the component's integral "Browse..." button, and then one of the owning form's submit buttons is clicked, neither that button's nor the form's overridden onSubmit() methods is called. The f