Volker Weber wrote:
you should not use viewRoot.createUniqueId() for your components,
this is the same as not assigning ids.

ok.

The rest seems ok for me. You still have problems?

the only problem is that if i include my:inputSelectSet tag directly
in h:form, and not through h:panelGrid, the component tree created by
my:inputSelectSet tag does not get rendered.

<h:form>
<h:panelGrid>
    <my:inputSelectSet value="#{myBean.items}"/>
</h:panelGrid>
</h:form>


marko

Reply via email to