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=37704>. 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=37704 ------- Additional Comments From [EMAIL PROTECTED] 2006-01-08 00:23 ------- I agree its inconsistent, but orginally the Map contained just Boolean objects rather than ResultStatus objects. Its not completely useless as there is a way round this (in Validator 1.2.0) - you can get the Map and iterate through the keys and then use those keys to call the following ValidatorResult methods to access the ValidatorStatus values for an action: public boolean isValid(String validatorName) public Object getResult(String validatorName) >From what you say would a general isValid() method which checks all the >actions the ValidatorResult contains be more useful to you? Another option would be to deprecate the getActionMap() method and replace it with a method that returns an Iterator of the action names. Opnions? -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
