【发布时间】:2023-03-13 18:04:01
【问题描述】:
我在谷歌应用引擎中使用 struts2 我的应用程序出错。
result 'null' not found
但是当我创建监听器 OGNL 时,这个错误没有显示。
http://whyjava.wordpress.com/2009/08/30/creating-struts2-application-on-google-app-engine-gae/
为了解决这个问题,我创建了一个ServletContextListner,它将在初始化上下文时将 OGNL 安全管理器设置为 null。当我创建此侦听器时,此错误未显示。
但现在我的浏览器中有空白页面,没有任何文本。当我调用任何页面时,什么都没有显示。为什么?请帮帮我。
【问题讨论】:
-
提供更多信息:struts.xml,主页操作
标签: java google-app-engine struts2