Hi,

I have problem when using ResourceBundle on an EBCDIC machine.
Where is the implementation of the ResourceBundle used in HelloWorldExample.java for example?


+++
        ResourceBundle rb =
            ResourceBundle.getBundle("LocalStrings",request.getLocale());

        out.println("<html>");
        out.println("<head>");

            String title = rb.getString("helloworld.title");
+++

Cheers

Jean-Frederic


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to