Re: [appfuse-user] Interesting Menu display problem

2007-07-25 Thread Dale Newfield
mraible wrote: Can you please create a bug in AppFuse's JIRA as well so we remember to include the fix in 2.0 final? http://issues.appfuse.org/browse/APF-840 I didn't even notice that he created that against StrutsMenu instead of AppFuse. -Dale -

Re: [appfuse-user] Interesting Menu display problem

2007-07-25 Thread mraible
Can you please create a bug in AppFuse's JIRA as well so we remember to include the fix in 2.0 final? http://issues.appfuse.org/browse/APF Thanks, Matt arvinder wrote: > > This is a bug in SVN version, I have created an issue in Jira, SM-84 > > > mraible wrote: >> >> Is this a bug in the

Re: [appfuse-user] Interesting Menu display problem

2007-07-17 Thread arvinder
This is a bug in SVN version, I have created an issue in Jira, SM-84 mraible wrote: > > Is this a bug in the SVN version of AppFuse? > > On 7/17/07, Dale Newfield <[EMAIL PROTECTED]> wrote: >> (PDT) "arvinder" <[EMAIL PROTECTED]> wrote: >> > >> > If a user has >> >access to only a single item

Re: [appfuse-user] Interesting Menu display problem

2007-07-17 Thread Matt Raible
Is this a bug in the SVN version of AppFuse? On 7/17/07, Dale Newfield <[EMAIL PROTECTED]> wrote: (PDT) "arvinder" <[EMAIL PROTECTED]> wrote: > > If a user has >access to only a single item in a menu, then display of menus coming after >that menu gets messed up. I found that this change was nee

Re: [appfuse-user] Interesting Menu display problem

2007-07-17 Thread Dale Newfield
(PDT) "arvinder" <[EMAIL PROTECTED]> wrote: > > If a user has >access to only a single item in a menu, then display of menus coming after >that menu gets messed up. I found that this change was needed in the menu's velocity template to close sub-lists correctly: 44   45#else 

Re: [appfuse-user] Interesting Menu display problem

2007-07-17 Thread Matt Raible
The latest release of Struts Menu is 2.4.3. You might try grabbing the *.vm files from SVN and replacing yours in src/main/resources - that might solve this problem. http://fisheye4.cenqua.com/browse/appfuse/trunk/web/common/src/main/resources Matt On 7/17/07, arvinder <[EMAIL PROTECTED]> wrote

Re: [appfuse-user] Interesting Menu display problem

2007-07-17 Thread arvinder
Mike, The tags are properly closed and switching the menu did not help either. Matt, it is struts-menu-2.4.2 and velocity-1.4 but velocity tools is velocity-tools-view-1.0.jar mraible wrote: > > What version of Struts Menu ends up in your final WAR? To check, run > "mvn package" and then look in

Re: [appfuse-user] Interesting Menu display problem

2007-07-17 Thread Matt Raible
What version of Struts Menu ends up in your final WAR? To check, run "mvn package" and then look in target/yourapp-version. Matt On 7/17/07, Michael Horwitz <[EMAIL PROTECTED]> wrote: In your menu.jsp include, have you properly closed the menu item for the OrganizationMenu? This could be the so

Re: [appfuse-user] Interesting Menu display problem

2007-07-17 Thread Michael Horwitz
In your menu.jsp include, have you properly closed the menu item for the OrganizationMenu? This could be the source of the problem. Otherwise it could be a bug in the Velocity menu template - as an experiment, try swapping the two menu items around. If it displays correctly, then the bug is in the

Re: [appfuse-user] Interesting Menu display problem

2007-07-16 Thread arvinder
I am using struts basic 2M5 arvinder wrote: > > I have noticed an interesting problem with the display of menu. If a user > has access to only a single item in a menu, then display of menus coming > after that menu gets messed up. As an example in the attached > menu-config.xml the organization

[appfuse-user] Interesting Menu display problem

2007-07-16 Thread arvinder
I have noticed an interesting problem with the display of menu. If a user has access to only a single item in a menu, then display of menus coming after that menu gets messed up. As an example in the attached menu-config.xml the organization menu has two items, customers and carriers. If a user h