<ui:component>
?で作成された複合コンポーネントのデフォルト ID を定義することができます。
で ID を設定しても<ui:component>
、コンポーネントがページにレンダリングされると、定義された ID が使用されず、その子孫には、定義された ID ではなく自動生成された ID が含まれます。
<ui:component
id="companySearch"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:cc="http://java.sun.com/jsf/composite"
xmlns:h="http://java.sun.com/jsf/html"
xmlns:p="http://primefaces.org/ui"
xmlns:ui="http://java.sun.com/jsf/facelets"
xmlns:f="http://java.sun.com/jsf/core">
<cc:interface>
</cc:interface>
<cc:implementation>
...