rerender
美
英 
例句
The reRender attribute indicates a specific set of components that should be re-rendered, referenced by their component IDs.
reRender属性表示的是应该被重现的一个特定的组件集,由其组件ID加以引用。
reRender = "book" means that only a component with the ID "book" should be refreshed after the server-side data has been pushed to the page.
reRender=“book”意味着在服务器端数据被推到页面后,只有ID为“book”的组件才被刷新。
One way is to target individual components by specifying their component IDs in the reRender attribute of the Ajax4jsf action component.
一种方法是针对单个组件,Ajax4jsf动作组件的reRender属性中指定它们的组件ID。