[richfaces-issues] [JBoss JIRA] Reopened: (RF-6038) fileUpload doesn't list uploaded files when placed in a4j:outputPanel with ajaxRendered="true"

Remo Marti (JIRA) jira-events at lists.jboss.org
Fri Feb 6 10:54:44 EST 2009


     [ https://jira.jboss.org/jira/browse/RF-6038?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Remo Marti reopened RF-6038:
----------------------------



I do not rerender the fileUpload during upload process. 
The problem is, that AFTER successful upload, the uploaded files are not listed, as they should be. In fact, the bug behaves similar to autoclear="true", which also removes uploaded files from the list.


> fileUpload doesn't list uploaded files when placed in a4j:outputPanel with ajaxRendered="true"
> ----------------------------------------------------------------------------------------------
>
>                 Key: RF-6038
>                 URL: https://jira.jboss.org/jira/browse/RF-6038
>             Project: RichFaces
>          Issue Type: Bug
>    Affects Versions: 3.3.0
>         Environment: RichFaces 3.3.0, JSF 1.2.09, Tomcat 6.0.18, FF 3.0.6, IE 7.0
>            Reporter: Remo Marti
>            Assignee: Tsikhon Kuprevich
>
> If a fileUpload is placed within an a4j:outputPanel which has ajaxRendered="true", the uploaded file(s) are not displayed in the list. With ajaxRendered="false", the problem does not occur. 
> Example:
> <a4j:outputPanel ajaxRendered="true">
>     <rich:fileUpload immediateUpload="true"/>
> </a4j:outputPanel>
> On the other hand, if allowFlash="true", the problem does not occur - even if  ajaxRendered="true".

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

        



More information about the richfaces-issues mailing list