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
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.