rerender
美
英 
例句
The reRender attribute indicates a specific set of components that should be re-rendered, referenced by their component IDs.
reRender屬性表示的是應該被重現(xiàn)的一個特定的組件集,由其組件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”意味著在服務器端數(shù)據(jù)被推到頁面后,只有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。