[jira] Created: (VALIDATOR-229) Make validation constants accessible for code outside the validation framework

2007-05-14 Thread Florian Rampp (JIRA)
Validator Issue Type: Improvement Components: Routines Affects Versions: 1.4 Reporter: Florian Rampp Fix For: 1.4 In ValidatorResources, the method getConstants() is protected. But I want to access the validation constants from other parts

Proposal and question for handling of constants

2007-05-13 Thread Florian Rampp
Hello! I've got one question and two proposals for commons validator! 1. Question: How can I get values for some constants out of the validator-framework? ValidatorResources.getConstants() unfortunately is protected! But I want to use the constants I defined somewhere else! 2. Proposal: What