Re: [struts-menu] contextRelative locations

2004-06-10 Thread Matt Raible
Have you tried using the page attribute? This pre-pends it's value with the contextPath. You can also use forward or action if you're using Struts. Matt On Jun 9, 2004, at 6:46 PM, Brown, James wrote: Is it possible to specify context relative (similar to struts global forward's

RE: [struts-menu] contextRelative locations

2004-06-10 Thread Brown, James
Appologies. Page does work as expected - I had made changes in a (local) custom MenuDisplayer class. -- James THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact

RE: [struts-menu] Newbie questions

2004-06-10 Thread Matt Raible
See answers below. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jesus Rodriguez Sent: Monday, June 07, 2004 11:48 AM To: [EMAIL PROTECTED] Subject: [struts-menu] Newbie questions I'm looking at using struts menu in our application, but I

RE: [struts-menu] contextRelative locations

2004-06-10 Thread Matt Raible
Are you using the latest version of Struts menu (2.2)? This should not be happening and is probably a bug. You could also try Item name=new title=registration.new action=/index/ - where the action's value matches the path of your action in struts-config.xml. Matt -Original Message-