IBM Support

PM33701: Cannot get Tree node from AccordionContainer.getElementById()

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • Environment:
    
     - Product name (Build ID or version/patch level): IBM Rational
    Business Developer v8.0.1
    Reproducible Y/N: Y
    
    Description of problem:
    
    
    When adding multiple Dojo trees to a Dojo AccordionContainer, it
    is not possible to retrieve the DojoTreeNode by its id from the
    AccordionContainer.
    
    node DojoTreeNode = AccordionContainer.getElementById(nodeId);
    
    Workaround:
    
    DojoTreeNode can only be retrieved from its DojoTree.
    Therefore trees added to the Accordion must be kept in an array
    or a similar mechanism. Then the node must be searched in all of
    them, for example:
    
    node DojoTreeNode = MyTree1.getElementById(nodeId);
    if (node==null)
     node = MyTree2.getElementById(nodeId);
    end
    

Local fix

Problem summary

  • ****************************************************************
    * USERS AFFECTED:                                              *
    ****************************************************************
    * PROBLEM DESCRIPTION:                                         *
    ****************************************************************
    * RECOMMENDATION:                                              *
    ****************************************************************
    Users Affected:
    Users of RBD 8.0.1 and below using DojoTree widget
    Problem Description:
    DojoTreeNode does not have an id in its Dom element. User
    cannot get the DojoTreeNode by getElementById() function.
    

Problem conclusion

  • Users can use getElementById() to get the DojoTreeNode
    widget.
    

Temporary fix

Comments

APAR Information

  • APAR number

    PM33701

  • Reported component name

    RATL BUS DEV

  • Reported component ID

    5724S5000

  • Reported release

    801

  • Status

    CLOSED PER

  • PE

    NoPE

  • HIPER

    NoHIPER

  • Special Attention

    NoSpecatt

  • Submitted date

    2011-02-28

  • Closed date

    2011-03-31

  • Last modified date

    2011-03-31

  • APAR is sysrouted FROM one or more of the following:

  • APAR is sysrouted TO one or more of the following:

Fix information

  • Fixed component name

    RATL BUS DEV

  • Fixed component ID

    5724S5000

Applicable component levels

  • R801 PSN

       UP

[{"Business Unit":{"code":"BU058","label":"IBM Infrastructure w\/TPS"},"Product":{"code":"SSMQ79","label":"Rational Business Developer"},"Component":"","ARM Category":[],"Platform":[{"code":"PF025","label":"Platform Independent"}],"Version":"8.0.1","Edition":"","Line of Business":{"code":"LOB35","label":"Mainframe SW"}}]

Document Information

Modified date:
31 March 2011