You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2007/11/27 17:15:11 UTC

svn commit: r598682 - /myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/SheetTagDeclaration.java

Author: bommel
Date: Tue Nov 27 08:15:10 2007
New Revision: 598682

URL: http://svn.apache.org/viewvc?rev=598682&view=rev
Log:
(TOBAGO-556) TLD documentation for <tc:sheet> attribute stateChangeListener is misleading

Modified:
    myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/SheetTagDeclaration.java

Modified: myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/SheetTagDeclaration.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/SheetTagDeclaration.java?rev=598682&r1=598681&r2=598682&view=diff
==============================================================================
--- myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/SheetTagDeclaration.java (original)
+++ myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/SheetTagDeclaration.java Tue Nov 27 08:15:10 2007
@@ -193,8 +193,8 @@
   /**
    * Method binding representing a stateChangeListener method that will be
    * notified when the state was changed by the user.
-   * The expression must evaluate to a public method that takes an
-   * StateChangeEvent parameter, with a return type of void.
+   * The expression must evaluate to a public method that takes a
+   * SheetStateChangeEvent parameter, with a return type of void.
    */
   @TagAttribute
   @UIComponentTagAttribute(type = "javax.faces.el.MethodBinding",