Re: DateTextField, format not valid, message key

2008-10-21 Thread Goran Novak
It works, thanks :) dateTextField.IConverter.Date = The date is not valid custom message Serkan Camurcuoglu wrote: Wicket in Action book says that IConverter.Date should work.. *** -- View this message in context:

DateTextField, format not valid, message key

2008-10-20 Thread Goran Novak
Hi, I'm using the org.apache.wicket.datetime.markup.html.form.DateTextField component for my date fields. When I enter some random string in the text field in the feedback panel, 'asdfasdf' is not a valid Date. message appears. I would like to customize that message, but I can't find which key

Re: DateTextField, format not valid, message key

2008-10-20 Thread Serkan Camurcuoglu
grepping the wicket source I found in file src/jdk-1.4/wicket/src/main/java/org/apache/wicket/Application.properties: IConverter='${input}' is not a valid ${type}. but I don't know if you can specify a separate message for type Date.. Goran Novak wrote: Hi, I'm using the

Re: DateTextField, format not valid, message key

2008-10-20 Thread Serkan Camurcuoglu
Wicket in Action book says that IConverter.Date should work.. Serkan Camurcuoglu wrote: grepping the wicket source I found in file src/jdk-1.4/wicket/src/main/java/org/apache/wicket/Application.properties: IConverter='${input}' is not a valid ${type}. but I don't know if you can