Ajax File Upload breaks ModalWindow
-----------------------------------
Key: WICKET-2472
URL: https://issues.apache.org/jira/browse/WICKET-2472
Project: Wicket
Issue Type: Bug
Affects Versions: 1.4.1
Reporter: Philippe Laflamme
Attachments: ajax-fuf-bug.zip
Using a ModalWindow with a FeedbackPanel as its content is broken when the form
contains a FileUploadField and Ajax submit.
The new feature (thanks Igor!) submits the form using a non-ajax request. But
the ModalWindow seems to test the presence of an ajax request to set the
visibility of its content (see ModalWindow.java:814)
See attached quickstart for an example of what this problem causes.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.