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
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 <h:form>
and if you can assure that your <custom:include>
implements NamingContainer
. If the latter isn't true, then you need to remove the :editor
part from the absolute ID.