[richfaces-issues] [JBoss JIRA] (RF-11417) Tab: investigate why @action does not work

Brian Leathem (JIRA) jira-events at lists.jboss.org
Wed Oct 9 18:36:02 EDT 2013


     [ https://issues.jboss.org/browse/RF-11417?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Leathem updated RF-11417:
-------------------------------

    Workaround Description: 
Create one of these for each tab.  For example:

{code}
<a4j:jsFunction name="tabOneSwitch" action="#{myAction.switch('ZZZ')}" execute="@this" render="myForm"/>
<a4j:jsFunction name="tabTwoSwitch" action="#{myAction.switch('RRR')}" execute="@this" render="myForm"/>
<a4j:jsFunction name="tabThreeSwitch" action="#{myAction.switch('MMM')}" execute="@this" render="myForm"/>
 {code}

For each tab do this for example:
{code}
<rich:tab onheaderclick="tabOneSwitch();" ... />
<rich:tab onheaderclick="tabTwoSwitch();" ... />
....
{code}

    
> Tab: investigate why @action does not work
> ------------------------------------------
>
>                 Key: RF-11417
>                 URL: https://issues.jboss.org/browse/RF-11417
>             Project: RichFaces
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: component-panels-layout-themes
>    Affects Versions: 4.1.0.CR1
>            Reporter: Lukáš Fryč
>             Fix For: 5.0.0.Alpha3
>
>
> Determine why rich:tab @action has not been implemented.
> Verify that its implementation can't affect current applications (and try to find possible workaround).
> Implement @action and @actionListener.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the richfaces-issues mailing list