Re: Validating a subset of the element in validation.xml file

2006-02-03 Thread Yasser Al Masri
ull) { validator = FieldChecks.class.getMethod("validate" + StringUtils.capitalize(dependency), types); validations.put(dependency.toLowerCase(), validator); } validator.invoke(null, params); } Yasser Al Masri <[EMAIL PROTEC

Validating a subset of the element in validation.xml file

2006-01-27 Thread Yasser Al Masri
Hi, I have configured my form which contains 70 elements for validation using validation.xml file, and in many cases I needed to reuse the same exact definitions of the 's available within my for validation of subsets of that form, e.g., I need to enable the user to fill in fields x, y, and