On Wednesday, April 27, 2011 12:39:41 PM UTC-4, encompass wrote: > > It's a bummer, but I currently have to refresh the page after adding an > item to the menus with a database insert. > Is there any way I can have the menu's refresh manually before any page > rendered?
Maybe put a menu update function in a model file and then call it from your layout.html view. Or perhaps you could turn the menu into a component and insert it via LOAD (with our without Ajax). Anthony

