Sub pages not included in piwik reporting

Hi,

I am using facelets, and I am showing some pages as popup, I opened those pop up as

<p:dialog id=“modalDialog4” header=“Site Map” modal=“true"
resizable=“false” draggable=“false” widgetVar=“dlg4” height=“250” width=“800”>
<ui:include src=”/pages/siteMapPage.xhtml" />
</p:dialog>

Now when I opened this dialog siteMapPage.xhtml not comes in piwik reporting.

Parent page where this dialog is present contains piwik code.

Any help will be highly appreciated

Thanks,

Naresh