- 浏览: 25100 次
- 性别:
- 来自: 湖南
最新评论
文章列表
1.分页工具Class:
public class PageVo {
private int currentPage;//当前页
private int totalPage;//总页数
private int lastPage;//上一页
private int nextPage;//下一页
private static final int accountOfPage = 5;//每页显示几行
private int fromIndex;//每页从第几条开始 ...
<ww:action name = "'Sys!getSystime'" id="t"/>
<font color="#ffffff">今天是:<ww:property value="#t.systime"/></SCRIPT></font>
上面的代码为什么取不出系统时间呢,哪儿错啦???
1. 添加Spring支持
2. 添加hibernate支持
3. 准备struts2的环境
1) 六个jar文件
2) 在web.xml 添加filter
<filter>
<filter-name>struts2</filter-name>
<filter-class>
org.apache.struts2.dispatcher.FilterDispatcher
</filter-class>
</filter>
<filter-mapping>
<filter ...
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:aop="http://www.springframework.org/schema/aop"
xmlns:tx="http://www.spri ...