[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-834) FileUpload (Progress bar cannot with this be used as it does not seem to pass on the Conversation)

Ted Goddard (JIRA) jira-events at lists.jboss.org
Fri Feb 16 17:36:30 EST 2007


    [ http://jira.jboss.com/jira/browse/JBSEAM-834?page=comments#action_12353419 ] 
            
Ted Goddard commented on JBSEAM-834:
------------------------------------

FileUpload uses Ajax Push to update the file upload progress, so there is a good chance that this bug will be fixed along with JBSEAM-826. 

> FileUpload (Progress bar cannot with this be used as it does not seem to pass on the Conversation)
> --------------------------------------------------------------------------------------------------
>
>                 Key: JBSEAM-834
>                 URL: http://jira.jboss.com/jira/browse/JBSEAM-834
>             Project: JBoss Seam
>          Issue Type: Bug
>          Components: ICE Faces Integration
>    Affects Versions: 1.1.6.GA
>            Reporter: Tony Herstell
>         Assigned To: Gregory Dick
>            Priority: Minor
>
> Don't use the progressListener
>  <!-- progressListener="#{uploadController.progress}" -->
> as it throws a "no long running conversation" exception in seam in the backing bean.
> <ice:panelGrid columns="1">
> 	<ice:inputFile style="border:none; width:400px; height:70px;"
>                      actionListener="#{uploadController.action}"/> <!-- progressListener="#{uploadController.progress}" -->
>          <ice:outputProgress id="progress" value="#{uploadController.percent}"/>
> </ice:panelGrid>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list