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
 


      

Reply via email to