posts - 7,  comments - 4,  trackbacks - 0
  2007年10月18日
分页弄好了,还不够完善。。

######EL表达式读取属性

class A{
    public int getNext(){
       return 1;
    }
}

request.setAttribute("a",new A);
${a.next }

#########logic的用法

<logic:equal name="testForm" property="paginationInfo.hasNext" value="true">
<logic:equal name="testForm" property="paginationInfo.currentPageNumber" value="1">

#########param
reqeust.getParameter("page") ${param.page}
reqeust.getAttribute("page") ${page}
posted @ 2007-10-18 23:31 神的小火柴 阅读(167) | 评论 (0)编辑 收藏
主键生成方式
使用存储过程
完整的配置方式
posted @ 2007-10-18 14:13 神的小火柴 阅读(161) | 评论 (0)编辑 收藏
<2007年10月>
30123456
78910111213
14151617181920
21222324252627
28293031123
45678910

常用链接

留言簿(1)

随笔分类

随笔档案

文章分类

搜索

  •  

最新评论

阅读排行榜

评论排行榜