Re: [web2py] Re: layout with submenu

2011-08-04 Thread Richard Vézina
Which layout plugin? Your plugin maybe outdated... Richard On Thu, Aug 4, 2011 at 5:43 AM, Casey Schroeder wrote: > > Ok, this is just a problem not addressed I see. Not specific to the > above code. If i install the layouts plugin to the welcome app i get > the same result of a menu with od

Re: [web2py] Re: layout with submenu

2011-08-01 Thread Richard Vézina
If you use the wizard maybe there could be a bug somewhere and the menu get it. You should map you menu to your controller function by hand... Start with a single level menu and copy paste sub menu, by trial and error you should be able to figure what the proper syntax you should use base on the e

Re: [web2py] Re: layout with submenu

2011-08-01 Thread Richard Vézina
I know that in one of the latest release of web2py, list menu have been replace by tuple menu... So, it surely still possible to use the list menu, but maybe the tuplue menu not "compatible" with earlier version of web2py... There is also a tiny little detail that could be cause some problem to yo

Re: [web2py] Re: layout with submenu

2011-08-01 Thread Richard Vézina
Show your code, it must be closing bracket or something... It is easy to miss one out not closed when making sub-sub-menu, code get confusing sometimes. There is no other threads. Richard On Sat, Jul 30, 2011 at 6:08 AM, Casey Schroeder wrote: > > Hi Richard, i ran into a similar problem with