[richfaces-issues] [JBoss JIRA] (RF-13345) FileUpload: behaves incorrectly when placed in ajax rendered outputPanel

Jiří Štefek (JIRA) jira-events at lists.jboss.org
Thu Nov 14 04:36:06 EST 2013


Jiří Štefek created RF-13345:
--------------------------------

             Summary: FileUpload: behaves incorrectly when placed in ajax rendered outputPanel
                 Key: RF-13345
                 URL: https://issues.jboss.org/browse/RF-13345
             Project: RichFaces
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: component-input
    Affects Versions: 5.0.0.Alpha1, 4.3.4
         Environment: EAP 6.1
Chrome 30, Firefox 22
            Reporter: Jiří Štefek


When fileUpload is placed in ajaxRendered outputPanel, just like this:
{code}
<a4j:outputPanel ajaxRendered="true">
    <rich:fileUpload fileUploadListener="#{richBean.listener}"/>
</a4j:outputPanel>
{code}
then it behaves incorrectly.

With RF 5:
the list of uploaded/to upload files is reset after each upload.

With RF 4:
* cannot manipulate with item(s) which was firstly uploaded
* the upload button is not rendered after first upload performed, but you can still add files and manipulate with them (delete them)

--
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



More information about the richfaces-issues mailing list