bpm workspace xhtml/jsf customisation
Hi,
Can anyone help me with customising component.xhtml/layout.xhtml??
I would like to know how workspace differentiates default layout and customised layout. I need to include my own custom page in the new layout created using iframe but am unable to include only in the new layout.. It appears in the default layout as well.
I tried using
<c:if test="#{page.id=='pagesForm_pageDefault'?'true':'false'}">
<ui:include src="myPage.xhtml">
<ui:include>
</c:if>
I tried using this in layout.xhtml. I tried finding the unique page Id to differentiate default page and custom page.
Kindly help me..
Thanks and Regards,
Charan