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