I'm trying to verride the default REQUIRED error message in a properties file, but JSF seems to be ignoring it. I have it listed in my faces-config as:
The properties file is on the classpath and the entry in the file is:
Any ideas?
Kev
Bauke Scholtz
Ranch Hand
Joined: Oct 08, 2006
Posts: 2458
posted
0
The <message-bundle> must contain the full classpath. Is it?
The messages.properties is in the root of the classpath i.e. in the WEB-INF/classes folder
Richard Green
Ranch Hand
Joined: Aug 25, 2005
Posts: 536
posted
0
Hmmm. That should work
Here is my setup
and I have core.properties in my WEB-INF\classes\bundles folder
[ October 15, 2006: Message edited by: Lynette Dawson ]
MCSD, SCJP, SCWCD, SCBCD, SCJD (in progress - URLybird 1.2.1)
Kev D'Arcy
Ranch Hand
Joined: Jul 26, 2001
Posts: 75
posted
0
Hmmmm it seems it's just a "feature" of the WebSphere 5.1 test environment in Rational Application Developer... And people wonder why I want to use Eclipse?!