JSF: Respecting a component binding method after UI-driven events are processed in backing beans?
问题 Finally I've managed how to build a true dynamic table with the DOM -like approach in JSF when the data table structure is defined according to an external source. ( DataTable with dynamic columns exactly what I need) Basically, the following code is quite enough for me: <p:layoutUnit position="west"> <!-- 2 --> <p:tree value="#{tableViewsPageBean.root}" var="node" dynamic="true" cache="false" selectionMode="single" selection="#{tableViewsPageBean.selectedNode}"> <!-- 3 --> <p:ajax event=