----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
> servlets.default.initArgs=RESOURCEBUNDLE=/usr/local/jserv/servlets/com/forum
> /dynmodel/DynModel.properties
> # just to make sure that I get this passed, I entered it twice at both
> places (default and AppServer)
It's probably worth doing it in only one, so that the behaviour is easier
to understand.
> Question: why is it looking for DynModel.properties_en instead of just
> DynModel.properties.
Because you've put the resource bundle *file* instead of the resource "name".
If you just put RESOURCEBUNDLE=com/forum/dynmodel/DynModel, Java will look
first for a .class file, then a .properties file.
Jon Skeet
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]