juanshuchun
Never accpet failure no matter how oftern it visits you keep on going , never give up. never~~~
::
首页
::
新随笔
::
联系
::
聚合
::
管理
posts - 0, comments - 0, trackbacks - 0
公告
留言簿
给我留言
查看公开留言
查看私人留言
文章分类
(15)
DataBase(1)
Hibernate
JSF(10)
Other(2)
Server
Spring
Web Services(2)
文章档案
(16)
2007年12月 (16)
搜索
最新评论
onchange
<
html
>
<%
@ taglib uri
=
"
http://java.sun.com/jsf/core
"
prefix
=
"
f
"
%>
<%
@ taglib uri
=
"
http://java.sun.com/jsf/html
"
prefix
=
"
h
"
%>
<%
@ taglib uri
=
"
http://corejsf.com/pager
"
prefix
=
"
corejsf
"
%>
<
f:view
>
<
head
>
<
link
href
="styles.css"
rel
="stylesheet"
type
="text/css"
/>
<
title
>
Pager Test
</
title
>
</
head
>
<
body
>
<
h:form
>
<
h:dataTable
id
="timezones"
value
="#{bb.data}"
var
="row"
rows
="10"
>
<
h:column
>
<
h:selectBooleanCheckbox
value
="{bb.dummy}"
onchange
="submit()"
/>
</
h:column
>
<
h:column
>
<
h:outputText
value
="#{row}"
/>
</
h:column
>
</
h:dataTable
>
<
corejsf:pager
dataTableId
="timezones"
showpages
="20"
selectedStyleClass
="currentPage"
/>
<
h:commandButton
value
="foo"
/>
</
h:form
>
</
body
>
</
f:view
>
</
html
>
onchange="submit()"
posted on 2007-12-11 20:09
*一凡*
阅读(220)
评论(0)
编辑
收藏
所属分类:
JSF