欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

程序员文章站 2022-07-15 17:13:37
...

<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,只需要让页面刷新列表,二不需要整个页面的刷。