[
https://issues.apache.org/jira/browse/ADFFACES-330?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Matthias Weßendorf updated ADFFACES-330:
----------------------------------------
Fix Version/s: 1.0.0-incubating-core
Affects Version/s: 1.0.0-incubating-core
> MenuNode.getId() now returns "id" attribute value from metadata.
> MenuNode.getUniqueId() now returns a unique id String.
> ------------------------------------------------------------------------------------------------------------------------
>
> Key: ADFFACES-330
> URL: https://issues.apache.org/jira/browse/ADFFACES-330
> Project: MyFaces ADF-Faces
> Issue Type: Improvement
> Affects Versions: 1.0.0-incubating-core
> Reporter: Gary Kind
> Assigned To: Jeanne Waldman
> Fix For: 1.0.0-incubating-core
>
> Attachments: trunk.patch
>
>
> Users of the XMLMenuModel can call, via the PropertyResolver, into a menu
> node to get individual attribute values. Before this change,getting a node's
> "id" attribute would not return the value of the "id" attribute seen in the
> menu's metadata. So I have changed MenuNode.getId() to return the value seen
> in the menu metadata (which is not necessarily unique). A unique id, needed
> internally, is now obtained internally through the protected method,
> getUniqueId() in MenuNode.java.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.