You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@myfaces.apache.org by "Jakob Korherr (JIRA)" <de...@myfaces.apache.org> on 2010/05/18 17:25:42 UTC

[jira] Resolved: (MYFACES-2724) OutcomeTarget button and link should always add navigation case parameters

     [ https://issues.apache.org/jira/browse/MYFACES-2724?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jakob Korherr resolved MYFACES-2724.
------------------------------------

    Fix Version/s: 2.0.1-SNAPSHOT
       Resolution: Fixed

> OutcomeTarget button and link should always add navigation case parameters
> --------------------------------------------------------------------------
>
>                 Key: MYFACES-2724
>                 URL: https://issues.apache.org/jira/browse/MYFACES-2724
>             Project: MyFaces Core
>          Issue Type: Bug
>          Components: JSR-314
>    Affects Versions: 2.0.0
>            Reporter: Jakob Korherr
>            Assignee: Jakob Korherr
>             Fix For: 2.0.1-SNAPSHOT
>
>
> Currently HtmlRendererUtils.getOutcomeTargetLinkHref() only adds navigation case parameters if navigationCase.isIncludeViewParams() is true, however the rendering of view parameters must not have an impact on the navigation case parameters. A black box test of Mojarra confirmed this behavior.
> This means that the following code will get a href of "test.jsf?c=d&a=b"
> <h:link value="outcome link" includeViewParams="false" outcome="test.xhtml?c=d&a=b" />

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.