Yes you cannot use relative paths in the navigation.xml because the links are used in every page thus you can't know from where the relative path is.
Arnaud On 12/28/05, Philip Mark Donaghy <[EMAIL PROTECTED]> wrote: > > Thanks Arnaud, > > I found the problem. We were using relative paths in the href attributes. > But apparently the first slash is required to expand and collapse menus. > > <item name="Pi" href="/pi.html" collapse="true"/> > > NOT: > > <item name="Pi" href="pi.html" collapse="true"/> > > Philip > > Arnaud HERITIER <[EMAIL PROTECTED]> wrote: Did you check if the link you > use on the collapsed/expanded link is good. > I remember that there was a problem if the link wasn't found : it was > impossible to collapse/expand the item. > > Arnaud > > On 12/27/05, Philip Mark Donaghy > wrote: > > > > We are using Maven 1 for the Jetspeed website. When I use the value true > > the menu item is always collapsed, otherwise it is always expanded. > > Navigating around the site does not change the menu. Is there a missing > tag > > in the xdoc, that makes the menu interactive? I am using maven 1.0.2. > > > > Thanks, > > Philip > > ------------------------------ > > > > ------------------------------ > > Yahoo! for Good - Make a difference this year. > > > > > > ---------- Forwarded message ---------- > > From: Philip Mark Donaghy > > > To: [EMAIL PROTECTED] > > Date: Mon, 26 Dec 2005 11:20:21 -0800 (PST) > > Subject: [m1] Using the collapse attribute of item in navigation.xml > > When I use the value true the menu item is always collapsed, otherwise > it > > is always expanded. Navigating around the site does not change the > menu. Is > > there a missing tag in the xdoc? I am using maven 1.0.2. > > > > Thanks, > > Philip > > > > ------------------------------ > > Yahoo! DSLSomething to write home about. Just $16.99/mo. or less > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > --------------------------------- > Yahoo! Photos > Ring in the New Year with Photo Calendars. Add photos, events, holidays, > whatever. >
