Determine absolute id

后端 未结 1 889
太阳男子
太阳男子 2021-01-28 11:14

How do I determine the absolute id of the organizationUnit(from /webapp/resources/acme/organizationUnit.xhtml)? When I select a node from the tree, the organization

1条回答
  •  暖寄归人
    2021-01-28 11:48

    Isn't :form:tabs:editorsGroup:editor:accountWindowsContainer:organizationUnit the absolute id of the component?

    That's it only if you remove prependId="false" from the and if you can assure that your implements NamingContainer. If the latter isn't true, then you need to remove the :editor part from the absolute ID.

    0 讨论(0)
提交回复
热议问题