You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Igor Vaynberg (JIRA)" <ji...@apache.org> on 2010/11/28 23:39:37 UTC

[jira] Resolved: (WICKET-3202) Form with UploadProgressBar and AjaxButton doesn't submit

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

Igor Vaynberg resolved WICKET-3202.
-----------------------------------

    Resolution: Cannot Reproduce
      Assignee: Igor Vaynberg

cannot reproduce with current snapshot. you are also missing this in the application class:


+
+       @Override
+       protected WebRequest newWebRequest(HttpServletRequest servletRequest,
+                       String filterPath) {
+               return new UploadWebRequest(servletRequest, filterPath);
+       }



> Form with UploadProgressBar and AjaxButton doesn't submit
> ---------------------------------------------------------
>
>                 Key: WICKET-3202
>                 URL: https://issues.apache.org/jira/browse/WICKET-3202
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket, wicket-extensions
>    Affects Versions: 1.5-M3
>         Environment: Windows 7, java 1.6
>            Reporter: Ivan Vasilev
>            Assignee: Igor Vaynberg
>         Attachments: quickstart.rar
>
>
> There is a Form and a FIleUploadField and UploadProgressBar in it. The form is submitted via AjaxButton. If the user tries to upload a file, nothing happens (at least nothing on the server side). If the UploadProgressBar is removed from the form everything works fine. This behavior can be observed in the attached quickstart. Thanks.

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