DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=29815>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=29815

Request public methods to access constants in ValidatorResources

           Summary: Request public methods to access constants in
                    ValidatorResources
           Product: Commons
           Version: 1.2 Final
          Platform: All
        OS/Version: Windows XP
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Validator
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


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.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to