[
https://issues.apache.org/jira/browse/TRINIDAD-1670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12796195#action_12796195
]
Matthias Weßendorf commented on TRINIDAD-1670:
----------------------------------------------
the problem occurs in here:
StateManagementStrategyImpl$4.invokeContextCallback
the callback basically calls the put() like this:
put(null, theActualComponentFromTheTestCase)
As the "key" is null, the Trinidad FacetHashMap throws the NPE
> Trinidad 2 - NPE when adding component programatically
> ------------------------------------------------------
>
> Key: TRINIDAD-1670
> URL: https://issues.apache.org/jira/browse/TRINIDAD-1670
> Project: MyFaces Trinidad
> Issue Type: Bug
> Affects Versions: 2.0.0-core
> Reporter: Gabrielle Crawford
> Assignee: Matthias Weßendorf
> Attachments: web_xml_diff
>
>
> run the test stateSaving/partialAddComponent.jspx, get an NPE. Note that when
> I comment out some of the code added my Matthias for Trinidad 1611 in rev
> 883285 I get farther.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.