...
<ui:composition xmlns="http://www.w3.org/1999/xhtml"
xmlns:c="http://java.sun.com/jstl/core"
xmlns:f="http://java.sun.com/jsf/core"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:a4j="http://richfaces.org/a4j"
template="/WEB-INF/templates/mtmews-base/default.xhtml">
<a4j:commandLink action="" reRender=""/>
<h:commandLink action="" reRender=""/>
上面两个按钮的区别:
第一个的reRender能在页面上局部刷新,
第二个是整个页面的刷新
比如要刷一个rich:dataTable,只需要让页面刷新列表,二不需要整个页面的刷。