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