question regarding <fmt:setBundle>?
Hi I have defined <fmt:setBundle> on a jsp page with scope as application. So when i call this jsp for the first time the resource bundle is created but does it create resource bundle every time i call it or only for the first time i call it. I mean from the second time does it check whether resource bundle already exist in the application scope or it creates a fresh resource bundle every time i call this jsp page?