On 4/18/06, Adam Winer <[EMAIL PROTECTED]> wrote: > Why would developers want to enable client-side validation one-by-one? > I'd think this would nearly always want to be a global setting.
Adam has a good point in that client-side validation settings would nearly-always be configured as a global setting. But I still think ValidatorBase is the best place to put the code -- just have it read and provide the default configuration settings from the web.xml file settings. Then for the "nearly never" cases, we can still allow per-validator configuration to override the global settings.