已采纳回答 / JackieZ
execute方法里面少了两句ActionContext ctx = ActionContext.getContext(); Map application = ctx.getApplication();
2016-05-02
最新回答 / Sheehan
jre 换成6的就好了选中项目-》右键-》java build path ->找到jre system library -》选择edit-》进入界面选择alternate jre ->在后面的installed jres..里选择jdk1.6的目录上的jre -》ok 之后 清除 构建下就好了
2016-04-29
最新回答 / 不偏不易
但是control点击org.apache.struts2.dispatcher.ng.filter.StrutsPrepareAndExecuteFilter仍然无法获得视频中的页面
2016-04-26
已采纳回答 / 未来式
404是找不到文件,<action name=“aa”class="com.imooc.action.定义的类名称"><return>/创建的jsp页面名称.jsp</return><ation>在浏览器里输入http://localhost:8080/项目名称/aa.action 你试试
2016-04-15