Feature Requests item #1248689, was opened at 2005-07-31 10:16 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684978&aid=1248689&group_id=119783
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: core Group: 1.1 Status: Open Priority: 5 Submitted By: Brad Pardee (pardeeb) Assigned to: Nobody/Anonymous (nobody) Summary: Change validator ctors from private to protected Initial Comment: A while back, their was discussion of adding a setResourceKey method to AbstractValidator. It was decided that instead of doing this, users could achieve the same affect by extending the class and overriding the resourceKey method. In order to allow this, could the ctors for RequiredValidator, IntegerValidator, and LengthValidator be changed from private to protected? Also, EmailAddressPatternValidator seems to be inconsistent with the other Validators as maybe it should be a Singleton and its ctor be protected instead of public. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684978&aid=1248689&group_id=119783 ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
