Bom dia galera,
Estou tentando criar um combobox simples com valores estaticos mas esta ocorrendo o seguinte erro:
/EmpresaEdit.xhtml @48,54 rich:comboBox Tag Library supports namespace: http://richfaces.org/rich, but no tag was defined for name: comboBox
Combobox:
<rich:comboBox defaultLabel="Estado civil">
<f:selectItem itemValue="solteiro"/>
<f:selectItem itemValue="Casado"/>
<f:selectItem itemValue="Divorciado"/>
<f:selectItem itemValue="Viuvo"/>
<f:selectItem itemValue="Outros"/>
</rich:comboBox>
:?:
Alguem tem uma sugestão?