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
l list Sent: Wednesday, June 13, 2007 10:45:44 AM Subject: [Wicket-user] how to provide custom messages for validation Hello all, 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 m

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

2007-06-12 Thread Prashant Khanal
Hello all, 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 valdiation message? Thanks in advance