<html>
            <body>
            <p>
              This <a href="http://www.seamframework.org/Community/IssueInRenderingMultipleTrcommandNavigationItem">new topic</a> was posted
              by Anand Shanwad:
            </p>

            <hr />
                <div style="font-family: Andale Mono, Courier New, monospace;">Hi,<br/><br/>For generating the navigation tree, following is the code i have used<br/><br/>&lt;tr:navigationTree var=&quot;node&quot; id=&quot;navMenu&quot; value=&quot;#{navMenu.model}&quot; binding=&quot;#{navMenu.tree}&quot;&gt;<br/>&lt;f:facet name=&quot;nodeStamp&quot;&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;tr:commandNavigationItem shortDesc=&quot;#{node.label}&quot; text=&quot;#{node.label}&quot; rendered=&quot;#{!node.rendered}&quot;/&gt;<br/>&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&lt;tr:commandNavigationItem shortDesc=&quot;#{node.label}&quot; text=&quot;#{node.label}&quot; rendered=&quot;#{node.rendered}&quot;       actionListener=&quot;#{navMenu.actionListener}&quot; action=&quot;#{navMenu.action}&quot; /&gt; <br/>&lt;/f:facet&gt;<br/>&lt;/tr:navigationTree&gt;<br/><br/>nav model contains both king of nodes.<br/>When the tree generates ,the list of first navigation nodes generates.(nodes without action are only rendered)<br/>But the nodes with action and actionlistener are not rendered.<br/><br/>I needed to render both kind of nodes.<br/><br/>Any help?<br/><br/>
                </div>

            <hr />
            <a href="http://www.seamframework.org/Community/IssueInRenderingMultipleTrcommandNavigationItem">Click here</a> to reply...
            <br />

            </body>
        </html>