I use rich:tabPanel component of RichFaces lib.
<rich:tabPanel>
<rich:tab label="Tab1">
<ui:include src="res.xhtml" />
</rich:tab>
</rich:tabPanel>
ui:include doesn't work here.
Does anybody faced similar issue?
Thanks.
|
|
|
It should work. This worked for me:
where footer.xhtml:
|
|||
|
|
|
Me too as following, even in dynamic include:
It would be useful, if you post the error returned by the IDE. |
|||
|
|