You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-issues@incubator.apache.org by "Gary Kind (JIRA)" <ad...@incubator.apache.org> on 2006/12/13 02:06:21 UTC

[jira] Created: (ADFFACES-330) MenuNode.getId() now returns "id" attribute value from metadata. MenuNode.getUniqueId() now returns a unique id String.

MenuNode.getId() now returns "id" attribute value from metadata.  MenuNode.getUniqueId() now returns a unique id String.
------------------------------------------------------------------------------------------------------------------------

                 Key: ADFFACES-330
                 URL: http://issues.apache.org/jira/browse/ADFFACES-330
             Project: MyFaces ADF-Faces
          Issue Type: Improvement
            Reporter: Gary Kind
         Attachments: trunk.patch

An approved enhancement request has been made that would allow extenders of the XMLMenuModel to call, via the PropertyResolver, into a menu node to get the value of its "id" attribute -- 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.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (ADFFACES-330) MenuNode.getId() now returns "id" attribute value from metadata. MenuNode.getUniqueId() now returns a unique id String.

Posted by "Gary Kind (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-330?page=all ]

Gary Kind updated ADFFACES-330:
-------------------------------

    Description: Extenders 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.  (was: An approved enhancement request has been made that would allow extenders of the XMLMenuModel to call, via the PropertyResolver, into a menu node to get the value of its "id" attribute -- 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.)

> MenuNode.getId() now returns "id" attribute value from metadata.  MenuNode.getUniqueId() now returns a unique id String.
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: ADFFACES-330
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-330
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>            Reporter: Gary Kind
>         Attachments: trunk.patch
>
>
> Extenders 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.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (ADFFACES-330) MenuNode.getId() now returns "id" attribute value from metadata. MenuNode.getUniqueId() now returns a unique id String.

Posted by "Gary Kind (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-330?page=all ]

Gary Kind updated ADFFACES-330:
-------------------------------

    Description: 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.  (was: Extenders 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.ja
 va.)

> MenuNode.getId() now returns "id" attribute value from metadata.  MenuNode.getUniqueId() now returns a unique id String.
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: ADFFACES-330
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-330
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>            Reporter: Gary Kind
>         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.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (ADFFACES-330) MenuNode.getId() now returns "id" attribute value from metadata. MenuNode.getUniqueId() now returns a unique id String.

Posted by "Gary Kind (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-330?page=all ]

Gary Kind updated ADFFACES-330:
-------------------------------

    Attachment: trunk.patch

> MenuNode.getId() now returns "id" attribute value from metadata.  MenuNode.getUniqueId() now returns a unique id String.
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: ADFFACES-330
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-330
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>            Reporter: Gary Kind
>         Attachments: trunk.patch
>
>
> An approved enhancement request has been made that would allow extenders of the XMLMenuModel to call, via the PropertyResolver, into a menu node to get the value of its "id" attribute -- 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.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Resolved: (ADFFACES-330) MenuNode.getId() now returns "id" attribute value from metadata. MenuNode.getUniqueId() now returns a unique id String.

Posted by "Jeanne Waldman (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-330?page=all ]

Jeanne Waldman resolved ADFFACES-330.
-------------------------------------

    Resolution: Fixed

Applied patch for Gary.

> MenuNode.getId() now returns "id" attribute value from metadata.  MenuNode.getUniqueId() now returns a unique id String.
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: ADFFACES-330
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-330
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>            Reporter: Gary Kind
>         Assigned To: Jeanne Waldman
>         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.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (ADFFACES-330) MenuNode.getId() now returns "id" attribute value from metadata. MenuNode.getUniqueId() now returns a unique id String.

Posted by "Matthias Weßendorf (JIRA)" <ad...@incubator.apache.org>.
     [ 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.


[jira] Assigned: (ADFFACES-330) MenuNode.getId() now returns "id" attribute value from metadata. MenuNode.getUniqueId() now returns a unique id String.

Posted by "Jeanne Waldman (JIRA)" <ad...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/ADFFACES-330?page=all ]

Jeanne Waldman reassigned ADFFACES-330:
---------------------------------------

    Assignee: Jeanne Waldman

> MenuNode.getId() now returns "id" attribute value from metadata.  MenuNode.getUniqueId() now returns a unique id String.
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: ADFFACES-330
>                 URL: http://issues.apache.org/jira/browse/ADFFACES-330
>             Project: MyFaces ADF-Faces
>          Issue Type: Improvement
>            Reporter: Gary Kind
>         Assigned To: Jeanne Waldman
>         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.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira