页面代码如下:
<h:commandButton value="forward" action="#{testBean.move(1)}"> </h:commandButton>
<h:commandButton value="back" action="#{testBean.move(-1)}"> </h:commandButton>
页面代码如下:
<h:commandButton value="forward" action="#{testBean.move(1)}"> </h:commandButton>
<h:commandButton value="back" action="#{testBean.move(-1)}"> </h:commandButton>