You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by dr...@apache.org on 2009/02/22 20:21:02 UTC

svn commit: r746802 - /tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Submit.java

Author: drobiazko
Date: Sun Feb 22 19:21:02 2009
New Revision: 746802

URL: http://svn.apache.org/viewvc?rev=746802&view=rev
Log:
Fixed javadocs.

Modified:
    tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Submit.java

Modified: tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Submit.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Submit.java?rev=746802&r1=746801&r2=746802&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Submit.java (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/main/java/org/apache/tapestry5/corelib/components/Submit.java Sun Feb 22 19:21:02 2009
@@ -25,7 +25,7 @@
 import org.apache.tapestry5.services.Request;
 
 /**
- * Corresponds to <input type="submit">, a client-side element that can force the enclosing form to submit. The
+ * Corresponds to <input type="submit"> or <input type="image">, a client-side element that can force the enclosing form to submit. The
  * submit responsible for the form submission will post a notification that allows the application to know that it was
  * the responsible entity. The notification is named "selected" and has no context.
  */
@@ -54,9 +54,7 @@
     private boolean disabled;
     
     /**
-     * The list of values that will be converted into strings when the form is submitted. 
-     * The strings will be coerced back to whatever their values are and made available to event 
-     * handler method of this component. 
+     * The list of values that will be made available to event handler method of this component when the form is submitted. 
      * 
      * @since 5.1.0.0
      */