I developed a menu component, which gets an menuObject and runs through each loop to construct the menu.
Now how can I add sub-menus when the menuObject supplied to the Component is nested. That is when the menuObject has child array, then I need to construct sub-menu and show it during mouseOver and hide the same when mouseOut.
Raised it in SO but still could not get a solution.