Thanks Igor. 

> -----Original Message-----
> From: Igor Vaynberg [mailto:igor.vaynb...@gmail.com] 
> Sent: Friday, June 26, 2009 5:09 PM
> To: users@wicket.apache.org
> Subject: Re: Using validators to validate page parameters
> 
> 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<pierre.fou...@hp.com> 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: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
> 
> 
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to