Here's my stack trace:

Caused by: java.lang.NullPointerException
        at
org.apache.struts2.util.TextProviderHelper.getText(TextProviderHelper.java:101)
        at org.apache.struts2.components.Text.end(Text.java:161)
        at
org.apache.struts2.views.jsp.ComponentTagSupport.doEndTag(ComponentTagSupport.java:42)
        at
org.apache.jsp.WEB_002dINF.pages.home_jsp._jspx_meth_s_005ftext_005f0(home_jsp.java:145)
        at 
org.apache.jsp.WEB_002dINF.pages.home_jsp._jspService(home_jsp.java:82)
        at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
        at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
        at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:374)
        ... 118 more

The freemarker tag used:

<s:text name="home.desc"/>

The key is found in the custom default resource bundle:

struts.custom.i18n.resources=Application

Please help me on this.

Thanks!
-- 
View this message in context: 
http://old.nabble.com/TextProviderHelper-throws-NullPointerException-tp27212314p27212314.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to