You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ba...@apache.org on 2007/05/02 19:36:08 UTC

svn commit: r534563 - /myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/includes/ui/_CommandProperties.xml

Author: baranda
Date: Wed May  2 10:36:07 2007
New Revision: 534563

URL: http://svn.apache.org/viewvc?view=rev&rev=534563
Log:
Applied patch for MYFACES-1599 (JSF 1.2 TLD compliance: attribute "action" with wrong deferred-method signature). Thanks to Tim McConnell

Modified:
    myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/includes/ui/_CommandProperties.xml

Modified: myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/includes/ui/_CommandProperties.xml
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/includes/ui/_CommandProperties.xml?view=diff&rev=534563&r1=534562&r2=534563
==============================================================================
--- myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/includes/ui/_CommandProperties.xml (original)
+++ myfaces/core/branches/jsf12/build/src/main/resources/META-INF/maven-faces-plugin/components/includes/ui/_CommandProperties.xml Wed May  2 10:36:07 2007
@@ -36,14 +36,14 @@
         outcome, that identifies the next view displayed. The phase that this
         event is fired in can be controlled via the immediate attribute.
 
-    	If the value is a string literal, it is treated as a navigation outcome
-    	for the current view.  This is functionally equivalent to a reference to
-    	an action method that returns the string literal.]]></description>
+        If the value is a string literal, it is treated as a navigation outcome
+        for the current view.  This is functionally equivalent to a reference to
+        an action method that returns the string literal.]]></description>
             <property-name>actionExpression</property-name>
             <property-class>javax.el.MethodExpression</property-class>
             <property-extension>
                 <mfp:method-binding-signature>
-                    <mfp:return-type>java.lang.String</mfp:return-type>
+                    <mfp:return-type>java.lang.Object</mfp:return-type>
                 </mfp:method-binding-signature>
                 <mfp:property-metadata>
                     <mfp:preferred>true</mfp:preferred>