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;
|