You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2005/08/25 22:35:05 UTC

cvs commit: jakarta-tapestry/framework/src/java/org/apache/tapestry IForm.java

hlship      2005/08/25 13:35:05

  Modified:    framework/src/java/org/apache/tapestry IForm.java
  Log:
  Identify the relationship between a form's name and its client id.
  
  Revision  Changes    Path
  1.8       +4 -1      jakarta-tapestry/framework/src/java/org/apache/tapestry/IForm.java
  
  Index: IForm.java
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/framework/src/java/org/apache/tapestry/IForm.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- IForm.java	21 Jul 2005 13:17:58 -0000	1.7
  +++ IForm.java	25 Aug 2005 20:35:05 -0000	1.8
  @@ -48,7 +48,10 @@
   
       /**
        * Returns the name of the form. The name is determined as the form component begins to render,
  -     * but is not reset (as a convienience for building client-side JavaScript event handlers).
  +     * but is not reset (as a convienience for building client-side JavaScript event handlers). The
  +     * Form (and Go) components render this name as both the name and the id attribute (so it can be
  +     * used like
  +     * {@link org.apache.tapestry.form.IFormComponent#getClientId() a field's clientId property}.
        * 
        * @since 1.0.5
        */
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tapestry-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tapestry-dev-help@jakarta.apache.org