I found that there is something called NamingContainer
in JSF. It is not clear that which component is a naming container. As far as I know, <h:form>
, <h:dataTable>
and custom components are naming containers.
Where can I get a list of classes that implement javax.faces.component.NamingContainer
?