You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2007/05/07 14:44:07 UTC

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

Author: weber
Date: Mon May  7 05:44:06 2007
New Revision: 535868

URL: http://svn.apache.org/viewvc?view=rev&rev=535868
Log:
TOBAGO-387 (tc:command should support id attribute)

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

Modified: myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/CommandTagDeclaration.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/CommandTagDeclaration.java?view=diff&rev=535868&r1=535867&r2=535868
==============================================================================
--- myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/CommandTagDeclaration.java (original)
+++ myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/component/CommandTagDeclaration.java Mon May  7 05:44:06 2007
@@ -19,6 +19,7 @@
 
 import org.apache.myfaces.tobago.apt.annotation.Tag;
 import org.apache.myfaces.tobago.apt.annotation.UIComponentTag;
+import org.apache.myfaces.tobago.taglib.decl.HasId;
 
 /*
  * Created by IntelliJ IDEA.
@@ -34,7 +35,7 @@
 @Tag(name = "command", tagExtraInfoClassName = "org.apache.myfaces.tobago.taglib.component.CommandTagExtraInfo")
 @UIComponentTag(uiComponent = "org.apache.myfaces.tobago.component.UICommand",
     rendererType = "Command")
-public interface CommandTagDeclaration  extends AbstractCommandTagDeclaration {
+public interface CommandTagDeclaration  extends AbstractCommandTagDeclaration, HasId {
 
   /**
    * Indicate the partially rendered Components in a case of a submit.