I am working on a patch for this issue.  It will include a test case.

Their are other issues related to the same component ("Panel Navigation2")
that may be resolved in my patch, but I will not know until the patch is done.


This issue may be assigned to me. I do not have the karma to assign the issue.

Paul Spencer

Paul Spencer (JIRA) wrote:
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.



Reply via email to