You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2007/03/23 12:36:40 UTC

svn commit: r521679 - in /myfaces/core/branches/jsf12/impl/src/main: java/org/apache/myfaces/taglib/core/AttributeTag.java resources/META-INF/myfaces_core.tld

Author: matzew
Date: Fri Mar 23 04:36:40 2007
New Revision: 521679

URL: http://svn.apache.org/viewvc?view=rev&rev=521679
Log:
attribute tag now part of impl. and small clean up

Modified:
    myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/taglib/core/AttributeTag.java
    myfaces/core/branches/jsf12/impl/src/main/resources/META-INF/myfaces_core.tld

Modified: myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/taglib/core/AttributeTag.java
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/taglib/core/AttributeTag.java?view=diff&rev=521679&r1=521678&r2=521679
==============================================================================
--- myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/taglib/core/AttributeTag.java (original)
+++ myfaces/core/branches/jsf12/impl/src/main/java/org/apache/myfaces/taglib/core/AttributeTag.java Fri Mar 23 04:36:40 2007
@@ -16,7 +16,6 @@
 package org.apache.myfaces.taglib.core;
 
 import javax.servlet.jsp.tagext.TagSupport;
-import javax.servlet.jsp.tagext.Tag;
 import javax.servlet.jsp.JspException;
 import javax.faces.webapp.UIComponentClassicTagBase;
 import javax.faces.webapp.UIComponentELTag;
@@ -100,7 +99,7 @@
             }
         }
 
-        return Tag.SKIP_BODY;
+        return SKIP_BODY;
     }
 
     /**

Modified: myfaces/core/branches/jsf12/impl/src/main/resources/META-INF/myfaces_core.tld
URL: http://svn.apache.org/viewvc/myfaces/core/branches/jsf12/impl/src/main/resources/META-INF/myfaces_core.tld?view=diff&rev=521679&r1=521678&r2=521679
==============================================================================
--- myfaces/core/branches/jsf12/impl/src/main/resources/META-INF/myfaces_core.tld (original)
+++ myfaces/core/branches/jsf12/impl/src/main/resources/META-INF/myfaces_core.tld Fri Mar 23 04:36:40 2007
@@ -104,7 +104,7 @@
 
        </description>
        <name>attribute</name>
-       <tag-class>javax.faces.webapp.AttributeTag</tag-class>
+       <tag-class>org.apache.myfaces.taglib.core.AttributeTag</tag-class>
        <body-content>empty</body-content>
       <attribute>
           <description>The name of the attribute.</description>