You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2010/11/14 14:20:12 UTC

svn commit: r1034993 - /click/trunk/click/framework/src/org/apache/click/control/Form.java

Author: sabob
Date: Sun Nov 14 13:20:11 2010
New Revision: 1034993

URL: http://svn.apache.org/viewvc?rev=1034993&view=rev
Log:
form comment

Modified:
    click/trunk/click/framework/src/org/apache/click/control/Form.java

Modified: click/trunk/click/framework/src/org/apache/click/control/Form.java
URL: http://svn.apache.org/viewvc/click/trunk/click/framework/src/org/apache/click/control/Form.java?rev=1034993&r1=1034992&r2=1034993&view=diff
==============================================================================
--- click/trunk/click/framework/src/org/apache/click/control/Form.java (original)
+++ click/trunk/click/framework/src/org/apache/click/control/Form.java Sun Nov 14 13:20:11 2010
@@ -668,7 +668,7 @@ public class Form extends AbstractContai
      * Track the index offset when adding Controls. This ensures HiddenFields
      * added by Form does not interfere with Controls added by users.
      */
-    private int insertIndexOffset;
+    private int insertIndexOffset; // Ensures hiddenFields added by Form are always at the end of the controlList
 
     /** Flag indicating whether validation is bypassed or not. */
     private Boolean bypassValidation = null;