You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by jb...@apache.org on 2007/03/06 12:02:11 UTC

svn commit: r515073 - /incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/markup/html/form/Form.java

Author: jbq
Date: Tue Mar  6 03:02:10 2007
New Revision: 515073

URL: http://svn.apache.org/viewvc?view=rev&rev=515073
Log:
Very very minor sync with trunk

Modified:
    incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/markup/html/form/Form.java

Modified: incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/markup/html/form/Form.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/markup/html/form/Form.java?view=diff&rev=515073&r1=515072&r2=515073
==============================================================================
--- incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/markup/html/form/Form.java (original)
+++ incubator/wicket/branches/wicket-1.x/wicket/src/main/java/wicket/markup/html/form/Form.java Tue Mar  6 03:02:10 2007
@@ -713,7 +713,6 @@
 		});
 	}
 
-
 	/**
 	 * Mark each form component on this form valid.
 	 */
@@ -870,7 +869,6 @@
 	{
 	}
 
-
 	/**
 	 * Process the form. Though you can override this method to provide your
 	 * whole own algorithm, it is not recommended to do so.
@@ -933,7 +931,6 @@
 			}
 		});
 	}
-
 
 	/**
 	 * Clears the input from the form's nested children of type