RE: Resource keys for custom Validators?

2008-03-04 Thread Michael Mehrle
Yeah, that would work - thanks! Michael -Original Message- From: Wang, Yuesong [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2008 11:31 AM To: users@wicket.apache.org Subject: RE: Resource keys for custom Validators? I think you can put "MyValidator.minimum" in

RE: Resource keys for custom Validators?

2008-03-04 Thread Wang, Yuesong
I think you can put "MyValidator.minimum" in your app's properties file. That makes it the app-level default. Yuesong -Original Message- From: Michael Mehrle [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 04, 2008 1:53 PM To: users@wicket.apache.org Subject: Resource

Resource keys for custom Validators?

2008-03-04 Thread Michael Mehrle
If I write my own MyValidator for a field I can place my resourceKey for example 'minimum' in my panel's properties file under "myForm.weight.MyValidator.minimum". This however requires everyone using that validator to add this value to their panel/page. I assume there is a default way of providin