[
https://issues.jboss.org/browse/RFPL-1430?page=com.atlassian.jira.plugin....
]
Lukáš Fryč commented on RFPL-1430:
----------------------------------
I have rewritten booking-faces demo to use RF 4.0.0.Final.
Only special modification needed for WebFlow-RichFaces integration is registration of
handler which provides RichFaces resources handling:
{code:XML}
<bean name="richfacesResourceHandler"
class="org.springframework.faces.webflow.JsfResourceRequestHandler" />
<bean
class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping">
<property name="order" value="0" />
<property name="mappings">
<value>
/rfRes/**=richfacesResourceHandler
</value>
</property>
</bean>
{code}
Integration: investigate integration of RichFaces 4 and Spring
WebFlow
-----------------------------------------------------------------------
Key: RFPL-1430
URL:
https://issues.jboss.org/browse/RFPL-1430
Project: RichFaces Planning
Issue Type: Task
Security Level: Public(Everyone can see)
Affects Versions: 4.0.0.Final
Reporter: Nick Belaevski
Assignee: Lukáš Fryč
Labels: tran
Investigate integration of Spring WebFlow and RF4. We use standard JSF 2 APIs, so we to
develop PoC and find out about possible issues.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira