Hi,
Basic question:
Including a page, that contains a component with component id, multiple times cannot be done. But how can i have a reference to that component iside that included page?
Example:
included.xhtml
....
<h:form id="foo"/>
....
<!-- here i need reference to foo component of this page -->
index.xhtml
....
<ui:include src="included.xhtml" />
<ui:include src="included.xhtml" />
<ui:include src="included.xhtml" />