Validatable v=new Validatable(value); new FooValidator().validate(v); boolean valid=v.isValid();
-igor On Fri, Jun 26, 2009 at 12:56 AM, Fouche, Pierre<[email protected]> wrote: > Is there a way to use Wicket validators (implementations of IValidator) to > validate PageParameters? It seems to me that validators can only be added to > form components. > > Thanks, > Pierre > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
