Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
1.2.0 Release
-
None
-
None
-
None
-
Operating System: Windows XP
Platform: All
-
29815
Description
In the validator xml file, I can define constants.
<constant>
<constant-name>name</constant-name>
<constant-value>mary</constant-value>
</constant>
However, in ValidatorResources class, it is defined as
protected org.apache.commons.collections.FastHashMap hConstants
Please provide a public method to access these constants in my program.