[
https://jira.jboss.org/jira/browse/RF-6463?page=com.atlassian.jira.plugin...
]
Bernard Pons commented on RF-6463:
----------------------------------
OK, works now...
The problem was in the configuration of the RichFacesAjaxHandler which should be a
property of FlowHandlerAdapter instead of FlowController :
(FLowController should be removed from the configuration btw...)
{code:xml}
<bean class="org.springframework.webflow.mvc.servlet.FlowHandlerAdapter">
<property name="flowExecutor" ref="flowExecutor" />
<property name="ajaxHandler">
<bean
class="org.springframework.faces.richfaces.RichFacesAjaxHandler"/>
</property>
</bean>
{code}
fileUpload rerender problem when using onuploadcomplete event
-------------------------------------------------------------
Key: RF-6463
URL:
https://jira.jboss.org/jira/browse/RF-6463
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Affects Versions: 3.3.0
Environment: myfaces 1.2.2, Spring WebFlow 2.0.5
Reporter: Mustafa Dasgin
Assignee: Nick Belaevski
Fix For: Future
Attachments: demo-rich-fileUpload.zip
While I am using Richfaces 3.2.0.SR1 in my project, by "onuploadcomplete" event
of fileupload component, I can rerender panelGroup component according to the livedemo
example. After changing the version of Richfaces to 3.2.2 or 3.3.0,
"fileUploadListener" works fine but "onerror" event is returned, not
"onuploadcomplete".
--
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