You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by id...@apache.org on 2006/10/26 14:52:16 UTC

svn commit: r467984 - /myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/decl/IsDefaultCommand.java

Author: idus
Date: Thu Oct 26 05:52:16 2006
New Revision: 467984

URL: http://svn.apache.org/viewvc?view=rev&rev=467984
Log:
provided minimal documentation for defaultCommand property

Modified:
    myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/decl/IsDefaultCommand.java

Modified: myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/decl/IsDefaultCommand.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/decl/IsDefaultCommand.java?view=diff&rev=467984&r1=467983&r2=467984
==============================================================================
--- myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/decl/IsDefaultCommand.java (original)
+++ myfaces/tobago/trunk/core/src/main/java/org/apache/myfaces/tobago/taglib/decl/IsDefaultCommand.java Thu Oct 26 05:52:16 2006
@@ -26,7 +26,8 @@
  */
 public interface IsDefaultCommand {
   /**
-   *
+   * If true the command is excuted as default -- for example if the
+   * user presses the enter key inside a related input field.
    */
   @TagAttribute @UIComponentTagAttribute(type = "java.lang.Boolean", defaultValue = "false")
   void setDefaultCommand(String defaultCommand);