> I tried to put my "labels.properties" file in both the
> WEB-INF/ and the WEB-INF/lib/ directory, but my
The file must be in the container classpath. So you got WEB-INF/lib or
WEB-INF/classes.
You can jar it up as a resource and then put in WEB-INF/lib, or simply
put the plain-text file in WEB-INF/classes folder. Also, try renaming
it to labels_en.properties if your locale is english.
-cheers,
Manish
Dag Sunde - 20 Dec 2006 01:53 GMT
>> I tried to put my "labels.properties" file in both the
>> WEB-INF/ and the WEB-INF/lib/ directory, but my
[quoted text clipped - 4 lines]
> put the plain-text file in WEB-INF/classes folder. Also, try renaming
> it to labels_en.properties if your locale is english.
Manish... You're a genius!
"put the plain-text file in WEB-INF/classes"...
(I had it in WEB-INF/lib).
Thank You