在 JSF 2.0 中如何在里面添加一个唯一的 id
<p:panelGrid>
<p:inputText id="unq1" value="{...}" />
<unique id for all components below>
...
...
</unique id for all components below> // till here
</p:panelGrid>
我里面确实有一些组件<p:panelGrid>
,我希望里面的所有 JSF 组件都有一个唯一的 ID,除了第一个组件是id="unq1"