change the calendar control's error message

I have a number of calendar controls which are used to pick dates, however they all have the ability to key the date in and if you enter an invalid format for the date value, they raise the "Conversion Error Occurred" error which displays on screen in the message box.

I want to replace this error with something more user friendly. I have tried adding messages to a bundle and defining the bundle in the app config, but it does not seem to work.

Anyone got any ideas how to do this?

ta

b

[520 byte] By [bentownsend] at [2007-11-26 9:40:17]
# 1
Hi,have a look at the thread http://swforum.sun.com/jive/thread.jspa?threadID=104360&messageID=355413#35 5413I tried to customize error messages for the table component.helitonfilho suggested creating a new theme and editing the messages there.Juergen
bookon at 2007-7-7 0:37:10 > top of Java-index,Development Tools,Java Tools...
# 2
hi juergeni had a look at that but the "conversion error occurred" message for the calendar does not seem to be defined in the themesi think it is actually a jsp validation message, but i can't figure out how to make it changei will keep looking i supposeb
bentownsend at 2007-7-7 0:37:11 > top of Java-index,Development Tools,Java Tools...
# 3
There is a tutorial called 'Customizing a Standard Validator Message' that also lists the converter message key at the end. http://developers.sun.com/prodtech/javatools/jscreator/learning/tutorials/2/cus tommessage.htmlPerhaps this will help you.Lark
larkula2 at 2007-7-7 0:37:11 > top of Java-index,Development Tools,Java Tools...