Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0000074 [Oberon Platform] Java SDK major always 2012-04-21 23:15 2012-05-05 22:51
Reporter g_prajeesh View Status public  
Assigned To
Priority high Resolution fixed  
Status closed   Product Version 2.6 - DB build 0065
Summary 0000074: Menu FromXML API is working strange
Description I am executing the OOQL as follows
<code>
String ooql ="menu show 'mymenu' get{name label ownchild.{name label href access}} token xml;"
Menu menu = menu.fromXML(JRClient.parseXML(JRClient.perofrmOOQL(ooql,session));

I have a menu structure like this

MainMenu
     SubMenu1
        SubMenu1-Sub
    SubMenu2
       SubMenu2-Sub

The result for menu.getName() I am getting SubMenu1
Additional Information
Tags No tags attached.
Attached Files

- Relationships

-  Notes
(0000140)
administrator (administrator)
2012-05-05 22:51

Please use:

String ooql ="menu show 'mymenu' token xml;"
Menu menu = menu.fromXML(JRClient.parseXML(JRClient.performOOQL(ooql,session));

- Issue History
Date Modified Username Field Change
2012-04-21 23:15 g_prajeesh New Issue
2012-05-05 22:51 administrator Note Added: 0000140
2012-05-05 22:51 administrator Status new => closed
2012-05-05 22:51 administrator Resolution open => fixed
2012-05-05 22:51 administrator Fixed in Version => 2.6 build 0065
© 2008-2013 Mirko Solazzi | Website Templates by IceTemplates.com
Please Read: Privacy Policy and Terms of Use

Powered by Mantis Bugtracker
Copyright © 2000 - 2008 Mantis Group