Hi Arnaud,

What does : <menu name="Common Links" inherit="top" /> achieve ?

Thanks

Jon

"Arnaud Bailly" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
"Thomas Van Buskirk" <[EMAIL PROTECTED]> writes:

> I tried this and the modules didn't display.  All I saw was the
> "Modules" menu with no modules displayed below them.
>
> I looked on JIRA and it seems there is a bug for it:
>
> http://jira.codehaus.org/browse/MSITE-86
>
> It says that it's fixed in 2.0-beta-5 (i'm assuming that means 2.0.5)
>
> Does anyone have a workaround for version 2.0.4?
>

Actually, it works for me in  2.0.4. I use the following site.xml:

<?xml version="1.0" encoding="ISO-8859-1"?>
<project name="Framework LDAP">
 <bannerRight>
  <href>http://sourceforge.net</href>
  <src>http://sflogo.sourceforge.net/sflogo.php?group_id=169899&amp;type=1</src>
 <name>Sorugeforge</name>

</bannerRight>
 <body>
  <links>
   <item name="Maven"  href="http://maven.apache.org/"; />
  </links>

  <menu name="Documentation" href="/index.html" collapsed="true" >
   <item name="User guide" href="/user-guide.html"/>
   <item name="French documentation" href="/fr/index.html"/>
  </menu>
  <menu ref="modules" />
 </body>
</project>

regards

PS: in the children, I have

<?xml version="1.0" encoding="ISO-8859-1"?>
<project name="Framework LDAP">
 <body>
  <links>
   <item name="Maven"  href="http://maven.apache.org/"; />
  </links>
  <menu name="Common Links" inherit="top" />
  <menu ref="parent" />
  ${reports}
 </body>
</project>

-- 
OQube < software engineering \ génie logiciel >
Arnaud Bailly, Dr.
\web> http://www.oqube.com 




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to