[
https://issues.apache.org/jira/browse/TRINIDAD-1218?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12655540#action_12655540
]
Agam Dass commented on TRINIDAD-1218:
-------------------------------------
You can define the actionListener in the tag itself as below :-
<tr:navigationPane hint="tabs" shortDesc="Select Page" id="editorExample">
<tr:commandNavigationItem binding="#{editor.component}"
text="Editor Item"
shortDesc="Item with an assigned actionListener"
partialSubmit="true" accessKey="A"
actionListener="#{demoCommandNavigationItem.navigationItemAction}"/>
</tr:navigationPane>
> 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.