murthy gandikota schrieb:
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"% <http://java.sun.com/jsf/core%22%>>
<f:loadBundle basename="resources.properties.message" var="bundle" />
I have placed message.properties in WEB-INF/classes Any help is appreciated
Thanks
Murthy

That's a class from the Sun JSF implementation, so you should probably ask on the Sun list...

Reply via email to