em JSP eu fazia ASSIM:
<input type="hidden" name="cd.id" value="${cd.id}"/>[code]
em JSF como fica ?
<h:outputLabel for="id" value="CÓDIGO.: " />
<h:inputText id="id" value="#{pessoaMB.pessoa.id}" styleClass="inputPesquisa3" size="3" >
</h:inputText>
</h:panelGrid>
[code]
Gostaria que o campo não mostra-se !
Valeu !