You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Dietze (JIRA)" <ji...@apache.org> on 2009/12/01 19:30:20 UTC

[jira] Updated: (WICKET-2595) Ajax Upload fails in nested form (ModalWindow)

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

Martin Dietze updated WICKET-2595:
----------------------------------

    Attachment: fileupload-example.zip

The attached file contains a modified version of the ajax upload page from wicket examples. When instanciating the modal window it is added to a wrapper form which causes the upload always to fail. If modifying the code by removing the wrapper form and adding the modal window to the page instead, the upload works. 

> Ajax Upload fails in nested form (ModalWindow)
> ----------------------------------------------
>
>                 Key: WICKET-2595
>                 URL: https://issues.apache.org/jira/browse/WICKET-2595
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket
>    Affects Versions: 1.4.3
>         Environment: Linux i686, glibc 2.10, jdk 1.6.07
>            Reporter: Martin Dietze
>         Attachments: fileupload-example.zip
>
>
> When using a file upload in a nested form (e.g. as required when using modal windows), the file upload will always return null. This bug seems related to   WICKET-2433 which was supposed to be fixed in wicket 1.4.2, but in wicket 1.4.3 this effect was observed by several people (see mailing list). 

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.