You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Philippe Laflamme (JIRA)" <ji...@apache.org> on 2009/09/16 17:15:57 UTC

[jira] Updated: (WICKET-2472) Ajax File Upload breaks ModalWindow

     [ https://issues.apache.org/jira/browse/WICKET-2472?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Philippe Laflamme updated WICKET-2472:
--------------------------------------

    Attachment: ajax-fuf-bug.zip

Invoke mvn jetty:run and click on both buttons sequentially.

> 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.