The message.properties is placed as WEB-INF/classes/resources/properties/message.properties
--- On Mon, 7/28/08, murthy gandikota <[EMAIL PROTECTED]> wrote: From: murthy gandikota <[EMAIL PROTECTED]> Subject: loadBundle throwing nullpointerexception To: [email protected] Date: Monday, July 28, 2008, 8:22 AM Hi All I have a strange case where a resource bundle is throwing a null pointer exception: Servlet.service() for servlet jsp threw exception java.lang.NullPointerException at com.sun.faces.taglib.jsf_core.LoadBundleTag.doStartTag(LoadBundleTag. java:96) The relevant code is <%@ taglib prefix="f" uri="http://java.sun.com/jsf/core"%> <f:loadBundle basename="resources.properties.message" var="bundle" /> I have placed message.properties in WEB-INF/classes Any help is appreciated Thanks Murthy

