On 9/21/06, Martin Marinschek (JIRA) <[email protected]> wrote:
[ http://issues.apache.org/jira/browse/TOMAHAWK-50?page=all ]Martin Marinschek updated TOMAHAWK-50: -------------------------------------- Status: Resolved (was: Patch Available) Fix Version/s: 1.1.4-SNAPSHOT Resolution: Fixed Assignee: Martin Marinschek (was: Matthias Weßendorf) Mike had already something close to this to tomahawk. I've been trying to do a merge where it made sense, e.g. I find the addition of a summaryMessage attribute definitely useful, also the resolving of the FacesMessage is somehow handled better. What I've seen throughout the validator code - the value-bindings are never set as value-bindings, but always as pure string-values. Is that really what we want to do?
Sure. I think we should update ValidatorBase to support summaryMessage and detailMessage as well as message. I also think this entire equalsTo component needs to become a subclass of validateCompareTo with some of the attributes hardcoded.
