]
Brian Leathem updated RF-13345:
-------------------------------
Fix Version/s: 5-Tracking
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: 4.3.4, 5.0.0.Alpha1
Environment: EAP 6.1
Chrome 30, Firefox 22
Reporter: Jiří Štefek
Fix For: 5-Tracking
Attachments: RF-13345-RF4-reproducer.zip, RF-13345-RF5-reproducer.zip
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: