Re: [Wicket-user] how to provide custom messages for validation

2007-06-12 Thread Jeremy Thomerson
t;Prashant Khanal" <[EMAIL PROTECTED]> To: wicket-user@lists.sourceforge.net Sent: 6/13/07 12:14 AM Subject: Re: [Wicket-user] how to provide custom messages for validation Hey, I found the answer. I just added the properties file in the name of the class and provide my own custom messa

Re: [Wicket-user] how to provide custom messages for validation

2007-06-12 Thread Timo Rantalaiho
On Tue, 12 Jun 2007, Prashant Khanal wrote: > For a text field i have used NumeberValidator.minimum(1) so that > validation error will be thrown when user enters 0 or less. How can i > override the validation error message ( '0' must be greater than '1') > ? > Is there any way to provide custom val

Re: [Wicket-user] how to provide custom messages for validation

2007-06-12 Thread Prashant Khanal
Hey, I found the answer. I just added the properties file in the name of the class and provide my own custom message. Can i configure a global properties file instead of properties file for every class. - Original Message From: Prashant Khanal <[EMAIL PROTECTED]> To: wicket mail list