Hi,
When I use a JSPDynPage to render the content. Portal while rendering the page adds the following EPCM Javascript code which relaxes the document domain. Is there a way by which I can control, what the EPCM puts in my generated page.
<code>
<!--
EPCM.relaxDocumentDomain();
EPCM.init( );
EPCM.DSM.init( );
function SAPWP_receiveSessInfo( sessInfo, frameRef ){
EPCM.DSM.processSession( sessInfo, frameRef );
}
//-->
</code>
I tried making the EPCM level for the object to be 0 which means no EPCM at all but still it generates and keeps this script. I don't want to make changes to the JS file of EPCM so that I don't affect other working components.
Please let me know if anybody has encountered this and know a solution for this.
Thanks in advance,
Ankur