Get id of parent naming container in template for in render / update attribute

前端 未结 5 1851
小蘑菇
小蘑菇 2020-12-12 17:48

I have a template and in its Definition I use several forms and buttons.

The problem is the definition (define) xhtml file does not know the component hierarchy.

5条回答
  •  抹茶落季
    2020-12-12 18:12

    ugly answer works well

    update=":#{component.namingContainer.parent.namingContainer.clientId}:form2:table2
    

    mainly more useful updating from opened dialog to parent datatable

提交回复
热议问题