This is the expected behavior.

Cameron Jones wrote:
Hi,

In my maven project when i generate the site for the parent and all
sibling modules the module's inherited menus have default context
paths from their deployment location and not the relative path from
the parent site. Is this expected behaviour or an issue?

For Example:

site.xml in parent:

...
        <menu name="About" inherit="top">
            <item name="About" href="/about.html" />
            <item name="FAQ" href="/faq.html" />
        </menu>
...


Same Generated index.html in both parent AND module:

...
<div id="navcolumn">
           <h5>About</h5>
           <ul>
           <li class="none">
                    <a href="about.html">About</a>
           </li>
           <li class="none">
                    <a href="faq.html">FAQ</a>
          </li>
</navcolumn>
...


Thanks,
Cam

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




--
Dennis Lundberg

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

Reply via email to