[ 
https://issues.apache.org/jira/browse/WICKET-4623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13399443#comment-13399443
 ] 

Sven Meier commented on WICKET-4623:
------------------------------------

I've added a progressBar to example's FileUploadPage (don't forget 
getApplicationSettings().setUploadProgressUpdatesEnabled(true)) and can confirm 
the issue.

Problem is that the request for the upload status (UploadStatusResource) is 
coming in earlier than the actual upload via ajax. Thus no UploadInfo is found 
in the session and the progressBar assumes the upload to have finished.

A the moment I don't have an idea how to fix this.

                
> UploadProgressBar does not show up if the form submitted by AjaxButton or 
> AjaxLink
> ----------------------------------------------------------------------------------
>
>                 Key: WICKET-4623
>                 URL: https://issues.apache.org/jira/browse/WICKET-4623
>             Project: Wicket
>          Issue Type: Bug
>          Components: wicket-extensions
>    Affects Versions: 1.5.7
>         Environment: Win 7 64bit, jetty, netbeans 7.1, jdk1.6.0_30
>            Reporter: Sandor Feher
>              Labels: Ajax, UploadProgressBar,
>
> If I submit the form normal submit button then the progressbar shows up. If I 
> do it with any ajax component (AjaxLink, AjaxButton ...) then it does not 
> show.
> I set up setOutputMarkupPlaceholderTag(true) for progressbar itself and it's 
> parent component (the form) but it has not helped.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to