IBM Support

PM49206: Unable to add child to dojo tree

Subscribe

You can track all active APARs for this component.

 

APAR status

  • Closed as program error.

Error description

  • User is unable to add a child to a dojo tree using RBD 8.0.1.2
    Rui.
    
    Following is an example:
    
        function addHolland(e Event in)
            europe DojoTreeNode = tree.getElementById('EU');
            netherlands DojoTreeNode = new DojoTreeNode { id = 'NL',
    text = 'Holland' };
            hollande DojoTreeNode;
            if (tree.getElementById('NL') == null)
                europe.appendChild(netherlands);
                if (tree.getElementById('NL') == null)
                    SysLib.writeStdout('pas trouv? juste apr?s
    cr?ation');
                else
                    SysLib.writeStdout('trouv? juste apr?s
    cr?ation');
                    hollande = tree.getElementById('NL');
                    hollande.appendChild(new DojoTreeNode{id =
    'Ams', text = 'Amsterdam'});
                end
                message.text += 'Holland has been added to
    Europe\n';
            else
                message.text += 'Holland is already there, so won't
    bother adding it\n';
            end
        end
    
    
    The appendChild method does not work, and returns with a
    message:
    ''This.children is undefined'
    

Local fix

Problem summary

  • ****************************************************************
    * USERS AFFECTED:                                              *
    ****************************************************************
    * PROBLEM DESCRIPTION:                                         *
    ****************************************************************
    * RECOMMENDATION:                                              *
    ****************************************************************
    User is unable to add a child to a DojoTreeNode dynamically.
    

Problem conclusion

  • Code has been updated to allow the user to add a child node
    to a DojoTreeNode.
    

Temporary fix

Comments

APAR Information

  • APAR number

    PM49206

  • 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-10-03

  • Closed date

    2012-01-27

  • Last modified date

    2012-01-27

  • 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:
27 January 2012