i use tiles in my webapp... i dont know wheather the origin mailreader use tiles, but why the resource file would not be found...
in the faces-config.xml the location of the resources is declared... never reported a bug :-/ how i can solve the problem quick - only the resource bundle has to be found and i dont understand why - because everything is given in faces-config.xml... stephan 2006/7/23, Gary VanMatre <[EMAIL PROTECTED]>:
>From: "stephan opitz" <[EMAIL PROTECTED]> > > no answer? > > has threre something changed? > > i see that the loadbundle class is in the correct package but why > mailreader does not work with actual nightly libs > This error is being thrown from the shale tiles library. The mail reader doesn't use tiles so the original exception most likely has to do with some missing configuration. We have recently moved to maven2 builds and some of the "resources" didn't get moved to the correct location in the new build structure. We have also changed many resource links to reflect shale as a TLP. So it's quite possible that you need to update your tag lib and dtd references. http://issues.apache.org/struts/browse/SHALE-218 If you are using tiles in the shale mail reader, please report this as a bug. BTW, we could use a good shale tiles example. Gary > 2006/7/21, stephan opitz : > > Caused by: java.util.MissingResourceException: Can't find bundle for > > base name org.apache.shale.tiles.Bundle, locale de_DE > > at > java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:836) > > > > has something changed there? > >
