A menu is a lust a list which you display with {{=MENU(menu)}}. If you put the right stuff in the menu it should display right.
On Monday, 19 November 2012 20:25:47 UTC-6, Don_X wrote: > > In the cookbook it says that we can have more than one response.menu in > the same view ! > > How would I go about it ? ... > > I created another response.menu by naming it in the menu model file : > response.menubar = [ ] > > and then expanded on its own menu items inside the __def( ) function > .... by doing 5 response.menubar.append( .... ) instructions to show 5 > dropdown items ... > > the menu did not come up ... ( it shows as a whole bunch of jeebrishhhh ! > ) ... > > How do I go about creating another response.menu in the same view ??? ... > > please advise > > Don > --