On Tue, Jun 24, 2008 at 2:07 PM, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > the reason we have not done this is that client side validation is > limited. also a lot of applications want a consistent look and feel > for javascript validation, which is not possible via a framework. what > we are going to do in 1.5 is allow ivalidator to also implement > ibehavior, this will allow a clean way of spitting out the javascript > from a validator, which is where it belongs.
That's why we introduced IValidatorAddListener in the past if I remember correctly. I validator that implements IValidatorAddListener can add behaviors in the onAdded method, so it is already possible to design validators that take care of both server- and client side validation. Eelco --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
