struts2
文章平均质量分 85
liuqimei
这个作者很懒,什么都没留下…
展开
-
Struts2_Result_笔记
Result_type常见问题:dispatcher(默认)redirectchainredirectAction全局结果集: name="mainpage">/main.jspextendsdynamic_result用${r}表示总结:1.常用四种类型: 2.全局结果集global-results|extends3.动态原创 2012-07-31 19:04:20 · 281 阅读 · 0 评论 -
严重: Exception starting filter struts2
异常情况如下:—、严重: Exception starting filter struts2java.lang.NullPointerException at com.opensymphony.xwork2.util.FileManager$FileRevision.needsReloading(FileManager.java:209) at com.opensymphony原创 2012-07-25 09:57:23 · 616 阅读 · 2 评论 -
Struts2的第一堂课的笔录
实验软件下载1. 下载struts2.1.6 http://struts.apache.org/download.cgi#struts217(选择下载full distribution)2. 下载myeclipse,http://www.myeclipseide.com3. 下载tomcat,http://tomcat.apach原创 2012-07-25 09:41:10 · 348 阅读 · 0 评论 -
struts2_Action笔记2
路径问题1、struts2中的路径的问题是根据action的路径而不是jsp路径来确定,所以尽量不要使用相对路径。index.jsp 虽然可以用redirect方式解决,但redirect方式并非必要解决办法非常简单,统一使用绝对路径(在jsp中request,getContetRoot 方式来拿到webapp的路径 )或者使用myeclipse经常用的,指定basePath动原创 2012-07-31 17:51:01 · 280 阅读 · 0 评论