posts - 7,  comments - 4,  trackbacks - 0
分页弄好了,还不够完善。。

######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 on 2007-10-18 23:31 神的小火柴 阅读(167) 评论(0)  编辑  收藏

只有注册用户登录后才能发表评论。


网站导航:
 
<2007年10月>
30123456
78910111213
14151617181920
21222324252627
28293031123
45678910

常用链接

留言簿(1)

随笔分类

随笔档案

文章分类

搜索

  •  

最新评论

阅读排行榜

评论排行榜