[ 
https://issues.apache.org/jira/browse/TRINIDAD-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12658991#action_12658991
 ] 

Gerhard Petracek commented on TRINIDAD-1218:
--------------------------------------------

use-case for #1:
<tr:navigationTree value="#{bean.treeModel}" var="node">
  <f:facet name="nodeStamp">
    <tr:commandNavigationItem text="#{node.text}" action="#{node.navigate}" 
immediate="true">
      <o:endConversation name="#{node.conversationNameToTerminate}"/>
    </tr:commandNavigationItem>
  </f:facet>
</tr:navigationTree>

use-case for #2:
every use-case where you have to use more than one action listeners

> children of tr:commandNavigationItem within a tr:navigationPane don't get 
> rendered
> ----------------------------------------------------------------------------------
>
>                 Key: TRINIDAD-1218
>                 URL: https://issues.apache.org/jira/browse/TRINIDAD-1218
>             Project: MyFaces Trinidad
>          Issue Type: Bug
>          Components: Components
>    Affects Versions: 1.0.9-core, 1.2.9-core
>            Reporter: Gerhard Petracek
>
> children of tr:commandNavigationItem within a tr:navigationPane don't get 
> rendered, if e.g. hint="tabs" is used
> (possible child: e.g. an action-listener)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to