Navigation links displayed are not consistent across layouts, list or table.
-----------------------------------------------------------------------------
Key: TOMAHAWK-568
URL: http://issues.apache.org/jira/browse/TOMAHAWK-568
Project: MyFaces Tomahawk
Issue Type: Bug
Components: NavigationMenuItem, Panel Navigation2
Affects Versions: 1.1.3, 1.1.2, 1.1.1, 1.1.4-SNAPSHOT, 1.1.5-SNAPSHOT
Reporter: Paul Spencer
**
* Use of <t:commandNavigation2> in <t:panelNavigation2>
**
<t:panelNavigation2>
<t:commandNavigation2 value="Nav 1" action="nav1"/>
<t:commandNavigation2 value="Nav 2" action="nav2"/>
</t:panelNavigation2>
When the layout was undefined or set to "list", ONLY the bullets where
displayed. No navigation links where displayed.
When the layout was set to "table", the navigation links where displayed as
expected.
**
* Use of <t:navigationMenuItem> in <t:panelNavigation2>
**
<t:panelNavigation2>
<t:navigationMenuItem itemLabel="Nav 1" action="nav1"/>
<t:navigationMenuItem itemLabel="Nav 2" action="nav2"/>
</t:panelNavigation2>
When the layout was undefined or set to "list", the navigation links
where displayed as expected.
When the layout was set to "table", nothing was displayed. Looking at
the HTML source, the expected <table>, <tr>, and <td> tags where present.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira