Fabbris Pierluigi wrote:
Hello,
I've this Exception in the Log:
7-ago-2007 10.38.05 org.apache.catalina.core.StandardWrapperValve invoke
GRAVE: Servlet.service() for servlet invoker threw exception
java.util.MissingResourceException: Can't find bundle for base name
LocalStrings, locale it_IT
> From: Fabbris Pierluigi [mailto:[EMAIL PROTECTED]
> Subject: Local String Problem
>
> I've this Exception in the Log:
>
> 7-ago-2007 10.38.05
> org.apache.catalina.core.StandardWrapperValve invoke
> GRAVE: Servlet.service() for servlet invoker threw exception
> java.util.MissingResourceExcept
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Fabbris,
Buon Giorno. Vista sotto, per favore. ;)
Fabbris Pierluigi wrote:
> java.util.MissingResourceException: Can't find bundle for base name
> LocalStrings, locale it_IT
[snip]
> ResourceBundle rb =
> ResourceBundle.getBundle("L
Hi,
I think you have the LocalStrings.properties file in the default
package, haven't you??
Try to put it into a package (for example: com.mypackage) and than
modify
ResourceBundle.getBundle("com.mypackage.LocalStrings",request.getLocale());
It could help.
Martin Uhlir
Fabbris Pierluigi