pooling validators

2012-02-06 Thread jsanca
Hi All, As a common practice in Wicket we create IValidator objects for each component we need to add a validation, there are some scenarios when we use the same validator for several objects, so I was wondering if there is any issue if I create a pooling to provide this validators Thread Safe

Re: pooling validators

2012-02-06 Thread jsanca
at 5:43 PM, jsanca [hidden email]http://user/SendEmail.jtp?type=nodenode=4363496i=0 wrote: Hi All, As a common practice in Wicket we create IValidator objects for each component we need to add a validation, there are some scenarios when we use the same validator for several objects, so