You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by an...@apache.org on 2007/10/24 08:23:48 UTC

svn commit: r587799 - /tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/form/FormComponentContributorContext.java

Author: andyhot
Date: Tue Oct 23 23:23:47 2007
New Revision: 587799

URL: http://svn.apache.org/viewvc?rev=587799&view=rev
Log:
javadoc

Modified:
    tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/form/FormComponentContributorContext.java

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/form/FormComponentContributorContext.java
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/form/FormComponentContributorContext.java?rev=587799&r1=587798&r2=587799&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/form/FormComponentContributorContext.java (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/java/org/apache/tapestry/form/FormComponentContributorContext.java Tue Oct 23 23:23:47 2007
@@ -43,7 +43,7 @@
      * Adds initialization to register a submit handler on the client side. A submit handler is a
      * JavaScript method that accepts a single parameter, a (JavaScript) FormSubmitEvent.
      * 
-     * @param submitListener
+     * @param handler
      *            either the name of a submit listener ("myListener"), or an inline implementation
      *            of a listener function ("function(event) { ... } ").
      * @deprecated To be removed in 4.2 with no replacement. The new preferred way to do this is by using simple