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

2009-10-16 Thread Ian Marshall
igor.vaynberg wrote: 1.4-RC1??? you know that 1.4.2 is out... -igor Thank you for this prod. I was using Geertjan's Wicket 1.4 Support plug-in for NetBeans. I have now taken the plunge and updated my plug-in installation to 1.4.2. I have checked that this version's .jar file is used

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

2009-10-14 Thread Ian Marshall
igor.vaynberg wrote: sure, you can create a quickstart that reproduces this and attach it to a jira issue. Thanks. I have not done a quickstart. (Is this a Maven thing? I am still an Ant person!) I have created the JIRA issue, which can be found at

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

2009-10-14 Thread Igor Vaynberg
1.4-RC1??? you know that 1.4.2 is out... -igor On Wed, Oct 14, 2009 at 3:08 AM, Ian Marshall general.ianmarshall...@gmail.com wrote: igor.vaynberg wrote: sure, you can create a quickstart that reproduces this and attach it to a jira issue. Thanks. I have not done a quickstart. (Is this

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

2009-10-13 Thread Ian Marshall
igor.vaynberg wrote: weird, you will have to debug and see what is happening. a good place to start is Form#onFormSubmitted() -igor Thanks for the tip, Igor. I have tried this, and my Form#onFormSubmitted() method is only called if the FileUploadField field does not have an empty

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

2009-10-13 Thread Igor Vaynberg
sure, you can create a quickstart that reproduces this and attach it to a jira issue. -igor On Tue, Oct 13, 2009 at 4:44 AM, Ian Marshall general.ianmarshall...@gmail.com wrote: igor.vaynberg wrote: weird, you will have to debug and see what is happening. a good place to start is

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

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

2009-10-12 Thread Igor Vaynberg
so what form error do you see displayed? -igor On Mon, Oct 12, 2009 at 8:58 AM, Ian Marshall general.ianmarshall...@gmail.com wrote: igor.vaynberg wrote: is your fileuploadfield marked as required? No; I have not called the FileUploadField instance's setRequired(...) method. Ian

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

2009-10-12 Thread Igor Vaynberg
do you have a feedback panel in your page, so you can see errors if they happen? -igor On Mon, Oct 12, 2009 at 9:21 AM, Ian Marshall general.ianmarshall...@gmail.com wrote: igor.vaynberg wrote: so what form error do you see displayed? -igor I see no error message. Within my form I have

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

2009-10-12 Thread Igor Vaynberg
weird, you will have to debug and see what is happening. a good place to start is Form#onFormSubmitted() -igor On Mon, Oct 12, 2009 at 10:08 AM, Ian Marshall general.ianmarshall...@gmail.com wrote: igor.vaynberg wrote: do you have a feedback panel in your page, so you can see errors if