You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by iv...@apache.org on 2008/10/15 22:52:39 UTC

svn commit: r705040 - /wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/FormComponent.java

Author: ivaynberg
Date: Wed Oct 15 13:52:38 2008
New Revision: 705040

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

Modified:
    wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/FormComponent.java

Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/FormComponent.java
URL: http://svn.apache.org/viewvc/wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/FormComponent.java?rev=705040&r1=705039&r2=705040&view=diff
==============================================================================
--- wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/FormComponent.java (original)
+++ wicket/trunk/wicket/src/main/java/org/apache/wicket/markup/html/form/FormComponent.java Wed Oct 15 13:52:38 2008
@@ -1595,6 +1595,9 @@
 	 * Creates an IValidatable that can be used to validate this form component. This validatable
 	 * encorporates error key lookups that correspend to this form component.
 	 * 
+	 * This method is useful when validation needs to happen outside the regular validation workflow
+	 * but error messages should still be properly reported against the form component.
+	 * 
 	 * @return IValidatable<T> for this form component
 	 */
 	public final IValidatable<T> newValidatable()