[
https://issues.apache.org/jira/browse/TRINIDAD-1285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Weßendorf updated TRINIDAD-1285:
-----------------------------------------
Resolution: Fixed
Fix Version/s: 1.2.10-core
Assignee: Matthias Weßendorf
Status: Resolved (was: Patch Available)
> XMLMenuModel:groupNode fails to look up it's refNode
> ----------------------------------------------------
>
> Key: TRINIDAD-1285
> URL: https://issues.apache.org/jira/browse/TRINIDAD-1285
> Project: MyFaces Trinidad
> Issue Type: Bug
> Components: Components
> Affects Versions: 1.2.9-core
> Reporter: Abhijit S Ghosh
> Assignee: Matthias Weßendorf
> Fix For: 1.2.10-core
>
> Attachments: branch1_2_9_1.patch, trunk1_2_x.patch
>
>
> The problem here seems to be that idNodeMap lookup is being done with the
> model id appended twice to the nodeId which is why it is failing.This in turn
> causes getRefNode() to return null.
> The nodes are stored in the idNodeMap with nodeId+modelId as the key.When a
> groupNode tries to do a getRefNode it appends the modelId and passes it to
> XMLMenuModel.getNode which again appends it's modelId to the id which is then
> used as a key to lookup the map.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.