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

2009-10-16 Thread Ian Marshall
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-tp25855504p25922234.html Sent from

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

2009-10-14 Thread Ian Marshall
/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 from the Wicket - User

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

2009-10-14 Thread Igor Vaynberg
://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. - To unsubscribe, e-mail: users-unsubscr

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

2009-10-13 Thread Ian Marshall
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 Igor Vaynberg
-component-submission-when-an-empty-file-is-selected-tp25855504p25871355.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

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

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 general.ianmarshall...@gmail.com 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

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-empty-file-is-selected

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

2009-10-12 Thread Igor Vaynberg
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
); } }; 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-tp25855504p25858766.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
://www.nabble.com/FileUploadField-blocks-component-submission-when-an-empty-file-is-selected-tp25855504p25858766.html Sent from the Wicket - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr

FileUploadField blocks component submission when an empty file is selected

2009-10-12 Thread Ian Marshall
-component-submission-when-an-empty-file-is-selected-tp25855504p25859544.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

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

2009-10-12 Thread Igor Vaynberg
a message in my feedback panel /**/        ...      }    };    btnUpload.setDefaultFormProcessing(false);    frmForm.add(btnUpload); -- View this message in context: http://www.nabble.com/FileUploadField-blocks-component-submission-when-an-empty-file-is-selected-tp25855504p25859544.html Sent