异常启动过滤器struts2 java.lang.NullPointerException?

发布于 2024-12-07 01:24:18 字数 767 浏览 0 评论 0原文

当我尝试运行我的应用程序时,显示错误“异常启动过滤器 struts2 java.lang.NullPointerException”。我正在 Struts 2 上的 Eclipse 3.6 中进行编程。My Struts.xml 的一部分如下所示:

   <struts>
    <!-- remove these constant elements in production -->
    <constant name="struts.enable.DynamicMethodInvocation" value="false" />
    <constant name="struts.devMode" value="true" />
    <package name="app02a" extends="struts-default">
        <action name="Product_input">
            <result>/jsp/Product.jsp</result>
        </action>
        <action name="Product_save" class="app02a.Product" method="execute">
            <result>/jsp/Details.jsp</result>
        </action>
    </package>

</struts>

The error "Exception starting filter struts2 java.lang.NullPointerException" is shown when i Try to run my application. I am programming in Eclipse 3.6 on Struts 2. part of my My Struts.xml looks like below:

   <struts>
    <!-- remove these constant elements in production -->
    <constant name="struts.enable.DynamicMethodInvocation" value="false" />
    <constant name="struts.devMode" value="true" />
    <package name="app02a" extends="struts-default">
        <action name="Product_input">
            <result>/jsp/Product.jsp</result>
        </action>
        <action name="Product_save" class="app02a.Product" method="execute">
            <result>/jsp/Details.jsp</result>
        </action>
    </package>

</struts>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文