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=34832>. 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=34832 ------- Additional Comments From [EMAIL PROTECTED] 2005-05-28 09:28 ------- (In reply to comment #2) > For the issue with the Commons Validator "required" validator, what would it > take to make the Commons Validator version work correctly? This is currently nearly impossible because: - Validators are never called if the user enters no input. - The validator doesn't know to which component it is added, so it is impossible for him to set the required property of the component. A way which should work is a PhaseListener which changes the required property of the component. I am not sure at the moment whether I like this solution. -- 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]
