Details
-
Sub-task
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
0.8
-
None
-
None
-
Normal
Description
If a content object does not define a tab in the root of the site.xml file then the navigation document does not apper, for example:
<site label="Second Seed" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="">
does not work, but adding a value to @tab, like this...
<site label="Second Seed" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="home">
works (assuming a tab in the master project with that name exists).
This creates an unnecessary dependency between the master document and the content objects. If no value is provided for @tab then the menu items should appear in all menus.
<site label="Second Seed" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="">
does not work, but adding a value to @tab, like this...
<site label="Second Seed" href="" xmlns="http://apache.org/forrest/linkmap/1.0" tab="home">
works (assuming a tab in the master project with that name exists).
This creates an unnecessary dependency between the master document and the content objects. If no value is provided for @tab then the menu items should appear in all menus.