Re: [appfuse-user] Problem with Menu Expandable

2008-06-16 Thread StrutsUser
Hi Sanath, The issue is present in menuexpandable.js. When you click a menu the page is loaded again and the 'id' for the menu tags generated gets changed. But menuexpandable.js tries to open a menu whose id is the old one. So it is unable to open the menu. So you have make sure that the menu is e

Re: [appfuse-user] Problem with Menu Expandable

2008-06-14 Thread Sanath
Hi Matt, thnx for the quick reply. My menu.jsp contains the following code including the "initializeMenus(); " initializeMenus(); Sanath wrote: > > Hi All, > I have used stuts menu using the menuExpan

Re: [appfuse-user] Problem with Menu Expandable

2008-06-13 Thread Matt Raible
You might try adding the following after your menu code in menu.jsp: initializeMenus(); Matt On Fri, Jun 13, 2008 at 4:20 AM, Sanath <[EMAIL PROTECTED]> wrote: > > Hi All, > I have used stuts menu using the menuExpandable.js for an appfuse project > to implement a Vertical menu. The sample

[appfuse-user] Problem with Menu Expandable

2008-06-13 Thread Sanath
Hi All, I have used stuts menu using the menuExpandable.js for an appfuse project to implement a Vertical menu. The sample implementation of the menu keeps the menu item expanded when a new page is also opened but in my implementation it always collapses the menu when a new page is opened. I have