You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Paul Spencer <pa...@apache.org> on 2006/07/13 16:56:48 UTC

Navigation links displayed are not consistent across layouts. Is this bug?

Navigation links displayed are not consistent across layouts, list or table.

Both 1.1.3 and 1.1.4-SNAPSHOT exhibit the same behavior.

**
* 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.


Does this need to be reported as a JIRA issue?

Paul Spencer