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
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.
>
>
> --
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
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.
>
>
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
sMsg += String.format(" has size = %d, client file name = \"%s\","
> + " and content type = \"%s\".",
> fuUpload.getSize(), fuUpload.getClientFileName(),
> fuUpload.getContentType());
> }
> /**/ ssn
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.
-
= new Button("btnOK");
> frmForm.add(btnOK);
>
> Button btnCancel = new Button("btnCancel")
> {
> private static final long serialVersionUID = 1L;
> �...@override
> public void onSubmit()
> {
>
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
> 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.
>
--
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
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
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
13 matches
Mail list logo