[
https://issues.apache.org/jira/browse/MYFACES-3324?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Leonardo Uribe resolved MYFACES-3324.
-------------------------------------
Resolution: Fixed
Fix Version/s: 2.1.4
2.0.10
> Conditional navigation match has priority over same case without conditional
> navigation
> ---------------------------------------------------------------------------------------
>
> Key: MYFACES-3324
> URL: https://issues.apache.org/jira/browse/MYFACES-3324
> Project: MyFaces Core
> Issue Type: Bug
> Components: JSR-314
> Reporter: Leonardo Uribe
> Assignee: Leonardo Uribe
> Fix For: 2.0.10, 2.1.4
>
>
> Conditional navigation match has priority over same case without conditional
> navigation
> for example:
> <navigation-rule>
> <from-view-id>/a.jsp</from-view-id>
> <navigation-case>
> <from-outcome>go</from-outcome>
> <if>#{test.true}</if>
> <to-view-id>/b.jsp</to-view-id>
> </navigation-case>
> </navigation-rule>
> <navigation-rule>
> <from-view-id>/a.jsp</from-view-id>
> <navigation-case>
> <from-outcome>go</from-outcome>
> <to-view-id>/c.jsp</to-view-id>
> </navigation-case>
> </navigation-rule>
> should return b.jsp, but it is returning c.jsp.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira