param defined with f:param inside h:button or h:link has precedence over the
same param defined in a faces-config navigation rule
---------------------------------------------------------------------------------------------------------------------------------
Key: MYFACES-3337
URL: https://issues.apache.org/jira/browse/MYFACES-3337
Project: MyFaces Core
Issue Type: Bug
Components: JSR-314
Reporter: Leonardo Uribe
Assignee: Leonardo Uribe
Checking MYFACES-3313 I notice that param defined with f:param inside h:button
or h:link has precedence over the same param defined in a faces-config
navigation rule. The curious part is the code has this comment:
// In theory the precedence order to deal with params is this:
// component parameters, navigation-case parameters, view parameters
// getBookmarkableURL deal with this details.
It seems components parameters and navigation-case parameters are handled on
the link, but still it is true that getBookmarkable should deal with the
remaining stuff.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira