You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2010/11/17 16:34:09 UTC

svn commit: r1036079 - /myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/util/ComponentUtils.java

Author: lofwyr
Date: Wed Nov 17 15:34:09 2010
New Revision: 1036079

URL: http://svn.apache.org/viewvc?rev=1036079&view=rev
Log:
find a better way

Modified:
    myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/util/ComponentUtils.java

Modified: myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/util/ComponentUtils.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/util/ComponentUtils.java?rev=1036079&r1=1036078&r2=1036079&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/util/ComponentUtils.java (original)
+++ myfaces/tobago/trunk/tobago-core/src/main/java/org/apache/myfaces/tobago/util/ComponentUtils.java Wed Nov 17 15:34:09 2010
@@ -385,8 +385,8 @@ public class ComponentUtils {
   }
 
   /**
-   * @deprecated Please use {@link org.apache.myfaces.tobago.webapp.TobagoResponseWriter#writeClassAttribute(
-     org.apache.myfaces.tobago.renderkit.css.Classes classes)}
+   * @deprecated Please define a {@link Markup} and set it to the component with 
+   * {@link SupportsMarkup#setMarkup(Markup markup)} before the rendering phase.
    */
   @Deprecated
   public static void setStyleClasses(UIComponent component, String styleClasses) {