Re: nested submenu question

2004-02-18 Thread Stuart Belden
I had this same req a while ago ( http://www.mail-archive.com/[EMAIL PROTECTED]/msg09943.html ) The way I did it, with help from someone else on the list, was to use two controls; MainMenu and SubMenu. MainMenu is modelled after VelocityPortletSetControl, and adds the concept of level to a

Re: nested submenu question

2004-02-18 Thread Archana Turaga
That is helpful. Thanks for responding. Based on what you told me though i have some questions: 1) So the number of levels in the menu are fixed then. So if i have submenu nested three levels deep then i should have three Sublevel controls. For eg. if i want MainMenu (control) SubMenu

nested submenu question

2004-02-17 Thread Archana Turaga
Hi, I'm trying to achieve the following menu structure on the left hand side of the portal: Menu submenu1 subsubmenu2 submenu2 Menu1 submenu3 subsubmenu3 I know i can write my own control...but can someone please provide some sort of guidelines as what i need to do to achieve