I have 2 Facelets files (index.xhtml and report.xhtml). I use the RichFaces to load the report into the index. Works fine.
try to surround your ui:include tag with ui:fragment as follows :-
<ui:fragment rendered="#{indexService.contentName eq 'report'}"> <ui:include src="report.xhtml" /> </ui:fragment>