[richfaces-planning-issues] [JBoss JIRA] (RFPL-1430) Integration: investigate integration of RichFaces 4 and Spring WebFlow

RH Bugzilla Integration (JIRA) jira-events at lists.jboss.org
Tue Feb 28 01:26:37 EST 2012


    [ https://issues.jboss.org/browse/RFPL-1430?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12671421#comment-12671421 ] 

RH Bugzilla Integration commented on RFPL-1430:
-----------------------------------------------

Rebecca Newton <rnewton at redhat.com> made a comment on [bug 760115|https://bugzilla.redhat.com/show_bug.cgi?id=760115]


    Technical note added. If any revisions are required, please edit the "Technical Notes" field
    accordingly. All revisions will be proofread by the Engineering Content Services team.
    
    New Contents:
Using Spring WebFlow 2.3 and RichFaces 4 together requires an extra bean to resolve RichFace resources, but this bean is not automatically part of faces:resources and gives a 404 error when a CSS file is requested. The workaround for this issue is to change the order of flowMapping to 2, and add the following configuration:
<bean name="richfacesResourceHandler"
class="org.springframework.faces.webflow.JsfResourceRequestHandler" />

    <bean
class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping">
        <property name="order" value="1" />
        <property name="mappings">
            <value>
                /rfRes/**=richfacesResourceHandler
            </value>
        </property>
    </bean>
                
> 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
>             Fix For: 4.0.1.Milestone1
>
>         Attachments: booking-richfaces.zip
>
>
> 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.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

       



More information about the richfaces-planning-issues mailing list