月度归档:2015 年六月

Exception starting filter struts2 Unable to load configuration. – [unknown location] . .



Exception starting filter struts2 Unable to load configuration. – [unknown location] . 

把项目重新部署,出现这个错误

Exception starting filter struts2
Unable[......]

Read more

Struts2 两个Action 动态传参数,在struts.xml中配置



Struts2 两个Action 动态传参数,在struts.xml中配置

1.比如:

添加一个部门时,点击保存后,转向部门列表。

 

添加部门Action:addDepartmentAction

显示部门Action:listDepartmentAction[......]

Read more

jsp生成html静态页码方法实例

jsp生成html静态页码方法实例。

jsp生成html
这几天公司需要生成静态的HTML页面以减小数据库与服务器的压力和负担,于是在网络上一阵狂搜,找到几篇相当不错的文章和一些相当有用的资料。为了方便,我整理在自己的BLOG,以供参考!

在接下来的应用中,我自己想到另一种解决方案,就[......]

Read more