Hi all, I see a compareDates method in the DateValidator class of the routine package, I was wondering if I could use it directly in my validator-rules.xml by specifying something like:
<validator name="compareDate" classname="org.apache.commons.validator.DateValidator" method="compareDates" but I had no luck figuring out how to di it. OR Should I be using these routine classes to develop a custom validation rule? Thanks, Vinay.
