|
Anonymous | Login | Signup for a new account | 2024-11-24 13:18 CET |
Main | My View | View Issues | Change Log | Roadmap | Docs |
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 | |||||||
|
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)); |
© 2008-2013 Mirko Solazzi | Website
Templates by IceTemplates.com
Please Read: Privacy Policy and Terms of Use |