You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Geoffrey <jc...@hotmail.com> on 2004/10/04 19:51:41 UTC

navigation.xm: collapse=true

Hi,

When I use collapse true in navigation.xml like:

      <item name="Development" href="develop/index.html" collapse="true">
        <item name="Environment Setup"
href="develop/setup-environment.html"/>
        <item name="Checkout Source" href="develop/checkout-source.html"/>
        <item name="Build From Source"
href="develop/build-from-source.html"/>
        <item name="Commit Changes" href="develop/commit-changes.html"/>
        <item name="Tutorial" href="develop/tutorial.html"/>
      </item>

And I click on Development in the site, it does not uncollapse it, like it
does for Project Info.
Why?

-- 
Thanks for any and all help,
Geoffrey




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


Re: navigation.xm: collapse=true

Posted by dan tran <da...@gmail.com>.
I read some where on Maven's FAQ.

your href must start with "/"

so try this 

<item name="Development" href="/develop/index.html" collapse="true">


It works for me



On Mon, 4 Oct 2004 19:51:41 +0200, Geoffrey <jc...@hotmail.com> wrote:
> Hi,
> 
> When I use collapse true in navigation.xml like:
> 
>      <item name="Development" href="develop/index.html" collapse="true">
>        <item name="Environment Setup"
> href="develop/setup-environment.html"/>
>        <item name="Checkout Source" href="develop/checkout-source.html"/>
>        <item name="Build From Source"
> href="develop/build-from-source.html"/>
>        <item name="Commit Changes" href="develop/commit-changes.html"/>
>        <item name="Tutorial" href="develop/tutorial.html"/>
>      </item>
> 
> And I click on Development in the site, it does not uncollapse it, like it
> does for Project Info.
> Why?
> 
> --
> Thanks for any and all help,
> Geoffrey
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org