[richfaces-issues] [JBoss JIRA] (RF-13554) RichFaces validation demo contains invalid navigation rules

Brian Leathem (JIRA) issues at jboss.org
Mon Feb 24 13:03:48 EST 2014


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

Brian Leathem moved WFK2-498 to RF-13554:
-----------------------------------------

              Project: RichFaces  (was: JBoss WFK 2)
                  Key: RF-13554  (was: WFK2-498)
             Workflow: GIT Pull Request workflow   (was: CDW v1)
    Affects Version/s: 4.3.5
                           (was: 2.5.0.ER1)
          Component/s: examples
                           (was: RichFaces)
       Target Release:   (was: 2.5.0.GA)

    
> RichFaces validation demo contains invalid navigation rules
> -----------------------------------------------------------
>
>                 Key: RF-13554
>                 URL: https://issues.jboss.org/browse/RF-13554
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: examples
>    Affects Versions: 4.3.5
>            Reporter: Pavol Pitonak
>            Assignee: Brian Leathem
>            Priority: Minor
>
> There are two invalid JSF navigation rules in faces-config.xml of richfaces-validation demo. These rules can be safely removed because the application doesn't use them.
> {code}
> <navigation-rule>
>         <from-view-id>/index.xhtml</from-view-id>
>         <navigation-case>
>             <from-action>#{auth.authenticate(username)}</from-action>
>             <if>#{auth.logged}</if>
>             <to-view-id>/tasks.xhtml</to-view-id>
>             <redirect />
>         </navigation-case>
>     </navigation-rule>
>     
>     <navigation-rule>
>         <from-view-id>/tasks.xhtml</from-view-id>
>         <navigation-case>
>             <from-action>#{auth.logout}</from-action>
>             <if>#{!auth.logged}</if>
>             <to-view-id>/index.xhtml</to-view-id>
>             <redirect />
>         </navigation-case>
>     </navigation-rule>
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the richfaces-issues mailing list