Hi all,
ResourceBundle resources = ResourceBundle.getBundle("usingjsp.TestResources", locale);
Do I have to use this line of code in every
JSP or is there a way to persist the resources among all JSPs so that the getBundle is done only once initially.
Thanks.