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 Grigorov (JIRA)" <ji...@apache.org> on 2013/06/19 10:54:22 UTC

[jira] [Resolved] (WICKET-5236) FencedFeedbackPanel doesn't work in a nested multipart form (with ajax file upload)

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

Martin Grigorov resolved WICKET-5236.
-------------------------------------

    Resolution: Duplicate
    
> FencedFeedbackPanel doesn't work in a nested multipart form (with ajax file upload)
> -----------------------------------------------------------------------------------
>
>                 Key: WICKET-5236
>                 URL: https://issues.apache.org/jira/browse/WICKET-5236
>             Project: Wicket
>          Issue Type: Improvement
>          Components: wicket
>    Affects Versions: 6.7.0
>         Environment: Windows 7, JBoss 7.1
>            Reporter: Oddgeir Bell
>            Priority: Minor
>              Labels: FencedFeedbackPanel, multipart
>         Attachments: FencedFeedbackQuickstart.zip
>
>
> If you nest a Form with file upload in another form, and use a FencedFeedbackPanel to isolate errors from file upload, the error won't show in the panel. This seems to be because the component giving the error is actually the outer form (which is the form actually handling the file upload, I guess).
> I handled this in our app by using a regular FeedbackPanel in the nested form, with a filter that had to lookup the localized messages for file upload errors and compare those against the message. Really clunky and rather silly workaround... :-)
> A better solution would be very welcome... :-)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira