NPE on rendering outcome target links
-------------------------------------
Key: MYFACES-2445
URL: https://issues.apache.org/jira/browse/MYFACES-2445
Project: MyFaces Core
Issue Type: Bug
Components: JSR-314
Affects Versions: 2.0.0-alpha
Reporter: Michael Kurz
Attachments: MYFACES-2445.patch
A NPE is thrown on rendering outcome target links that have no parameters set.
Reason is that HtmlRendererUtils.getOutcomeTargetLinkHref only creates
parameters map if an actual parameter exists but this map is always accessed in
further processing.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.