[
https://issues.jboss.org/browse/RF-11427?page=com.atlassian.jira.plugin.s...
]
Brian Leathem commented on RF-11427:
------------------------------------
Yes, thanks [~Trims] for the pull request. The _immediate=true_ regression is described
fairly well in the PR on github:
{quote}
This PR fixes the action and actionListenr attributes but breaks the functionality of
attribute immediate.
With the fix, when immediate=true is set on tabPanel and user switches tab, all 6 JSF
phases are executed but only restore view, apply request values and render response should
be executed.
To reproduce do the following:
* git clone
https://github.com/richfaces/richfaces-qa.git
* cd richfaces-qa
* git checkout 4.3.x
* mvn clean install -DskipTests
* mvn clean verify -P jbossas-managed-7-1 -Dtest=TestTabPanel#testImmediate
{quote}
If you need anymore clarification please feel free to ask.
rich:tab - actionListener
-------------------------
Key: RF-11427
URL:
https://issues.jboss.org/browse/RF-11427
Project: RichFaces
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: component-panels-layout-themes
Affects Versions: 4.0.0.Final, 4.1.0.Milestone2, 4.2.3.CR1
Environment: RichFaces 4.1.0-SNAPSHOT r.5debbf8981de1839984bdaa38b31f58ed028239d
Metamer 4.1.0-SNAPSHOT r.22728
Mojarra 2.1.2-FCS
Apache Tomcat 7.0.16
OpenJDK Runtime Environment 1.6.0_22-b22 @ Linux
Mozilla/5.0 (X11; Linux x86_64; rv:6.0) Gecko/20100101 Firefox/6.0
RichFaces 4.2.1-SNAPSHOT
Metamer 4.2.1-SNAPSHOT
Mojarra 2.1.7-jbossorg-1
JBoss AS 7.1.1.Final
Java(TM) SE Runtime Environment 1.6.0_26-b03 @ Linux
Chrome 18.0.1025.168 @ Linux i686
Reporter: Jan Papousek
Labels: ci_issue
Fix For: 5-Tracking
It seems that the actionListener attribute doesn't work.
# deploy Metamer and open
http://localhost:8080/metamer/faces/components/richTab/simple.xhtml
# open tab2
# open tab1 (action and action listener are invoked)
# open tab2
# open tab1 (action and action listener are *NOT* invoked)
# open tab1 (action and action listener are invoked)
--
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