Author: Alex.Kolonitsky
Date: 2010-12-14 04:56:43 -0500 (Tue, 14 Dec 2010)
New Revision: 20548
Modified:
trunk/ui/output/ui/src/main/resources/META-INF/pn.faces-config.xml
trunk/ui/output/ui/src/main/resources/META-INF/pn.taglib.xml
Log:
RF-9926 Tab panel: attribute itemChangeListener ignored
Modified: trunk/ui/output/ui/src/main/resources/META-INF/pn.faces-config.xml
===================================================================
--- trunk/ui/output/ui/src/main/resources/META-INF/pn.faces-config.xml 2010-12-14 09:31:06
UTC (rev 20547)
+++ trunk/ui/output/ui/src/main/resources/META-INF/pn.faces-config.xml 2010-12-14 09:56:43
UTC (rev 20548)
@@ -1576,10 +1576,6 @@
<property-class>javax.faces.el.MethodBinding</property-class>
</property>
<property>
- <property-name>actionExpression</property-name>
- <property-class>javax.el.MethodExpression</property-class>
- </property>
- <property>
<property-name>actionListener</property-name>
<property-class>javax.faces.el.MethodBinding</property-class>
</property>
@@ -1648,10 +1644,6 @@
<property-class>javax.faces.el.MethodBinding</property-class>
</property>
<property>
- <property-name>actionExpression</property-name>
- <property-class>javax.el.MethodExpression</property-class>
- </property>
- <property>
<property-name>actionListener</property-name>
<property-class>javax.faces.el.MethodBinding</property-class>
</property>
Modified: trunk/ui/output/ui/src/main/resources/META-INF/pn.taglib.xml
===================================================================
--- trunk/ui/output/ui/src/main/resources/META-INF/pn.taglib.xml 2010-12-14 09:31:06 UTC
(rev 20547)
+++ trunk/ui/output/ui/src/main/resources/META-INF/pn.taglib.xml 2010-12-14 09:56:43 UTC
(rev 20548)
@@ -31,12 +31,6 @@
<type>javax.faces.el.MethodBinding</type>
</attribute>
<attribute>
- <description>MethodExpression representing the application action to invoke when
this component is activated by the user. The expression must evaluate to a public method
that takes no parameters, and returns an Object (the toString() of which is called to
derive the logical outcome) which is passed to the NavigationHandler for this
application.</description>
- <display-name>Application Action</display-name>
- <name>actionExpression</name>
- <type>javax.el.MethodExpression</type>
- </attribute>
- <attribute>
<description><p> MethodExpression representing an action listener
method that will be notified when this component is activated by the user. The expression
must evaluate to a public method that takes an ActionEvent parameter, with a return type
of void, <span class="changed_added_2_0">or to a public method
that takes no arguments with a return type of void. In the latter case, the method has no
way of easily knowing where the event came from, but this can be useful in cases where a
notification is needed that "some action happened".</span>
</p></description>
<display-name>Action Listener</display-name>
<name>actionListener</name>
@@ -193,12 +187,6 @@
<type>javax.faces.el.MethodBinding</type>
</attribute>
<attribute>
- <description>MethodExpression representing the application action to invoke when
this component is activated by the user. The expression must evaluate to a public method
that takes no parameters, and returns an Object (the toString() of which is called to
derive the logical outcome) which is passed to the NavigationHandler for this
application.</description>
- <display-name>Application Action</display-name>
- <name>actionExpression</name>
- <type>javax.el.MethodExpression</type>
- </attribute>
- <attribute>
<description><p> MethodExpression representing an action listener
method that will be notified when this component is activated by the user. The expression
must evaluate to a public method that takes an ActionEvent parameter, with a return type
of void, <span class="changed_added_2_0">or to a public method
that takes no arguments with a return type of void. In the latter case, the method has no
way of easily knowing where the event came from, but this can be useful in cases where a
notification is needed that "some action happened".</span>
</p></description>
<display-name>Action Listener</display-name>
<name>actionListener</name>