Posted By:
Remy_Belanger
Posted On:
Thursday, January 17, 2002 01:27 PM
I'm using ResourceBundle from an applet and which calls getBundle to load resources for a specific Locale. The resources is contained into a property file but getBundle try to download a resource class file before downloading the property file.
I want to avoid that because it's a lot of useless requests to the WebServer if I have more than one resource files !
Does anybody could help me please ? Thanks a lot !