rleland 2002/11/16 00:23:09
Modified: src/share/org/apache/struts/validator Resources.java
Log:
Complete JavaDoc
Revision Changes Path
1.6 +10 -6
jakarta-struts/src/share/org/apache/struts/validator/Resources.java
Index: Resources.java
===================================================================
RCS file:
/home/cvs/jakarta-struts/src/share/org/apache/struts/validator/Resources.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Resources.java 12 Nov 2002 03:56:10 -0000 1.5
+++ Resources.java 16 Nov 2002 08:23:09 -0000 1.6
@@ -292,11 +292,15 @@
*
* @param key The key that the validation rules are under
* (the form elements name attribute).
- * @param bean
+ *@param bean The bean validation is being performed on.
* @param application servlet context
* @param request The current request object.
* @param errors The object any errors will be stored in.
- * @param page
+ * @param page This in conjunction with the page property
+ * of a <code>Field<code> can control the processing
+ * of fields. If the field's page is less than or equal
+ * to this page value, it will be processed.
+
*/
public static Validator initValidator(String key, Object bean,
ServletContext application,
HttpServletRequest request,
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>