>From: "Wendy Smoak" <[EMAIL PROTECTED]> > > On 10/6/06, Gary VanMatre wrote: > > > > Yeah, this is one of those odd ones. In vanilla jsf, the components that > > hold > editable values have a isRequired attribute. This one boolean is an implicit > validator. There are a couple areas that commons validator and JSF validators > don't align and this is one. > > > > To toggle on the server side "normal" required field validation, the > ValidatorScript component set the flag. So you need to add the > ValidatorScript > to your page. > > :::sigh::: I was trying to get one thing working at a time, and > hadn't yet added back to the page. Thanks, Gary, > it works now. :) > That's how I would have approached it too. But, if you were using Clay, you wouldn't have to go through all of that (couldn't resist :--)
> -- > Wendy Gary
