Re: Local String Problem

2007-08-08 Thread Georg Sauer-Limbach
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

RE: Local String Problem

2007-08-07 Thread Caldarale, Charles R
> 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

Re: Local String Problem

2007-08-07 Thread Christopher Schultz
-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

Re: Local String Problem

2007-08-07 Thread Martin Uhlir
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