Hi all,
I have two JSPDynpages, and I want to communicate them. I have done via EPCF. But they don't communicate. In one JSP I have subscribed to receive the event:
EPCM.subscribeEvent("urn:com.sap.bor:BUSxxxx","select", handleEvent);
And in the other one, I raise the event:
EPCM.raiseEvent( "urn:com.sap.bor:BUSxxxx","select", "spec code", "iViewSearchSpec" );
But the second one doesn't receive it. If in the same JSP I place the two lines, the event is received properly.
One colleague has told me that it is possible that the error can be done due to a lack of configuration.
In the page where the iViews are placed, i have changed the EPCFLevel from 0 to 2, and it doesn't work with any of them.
Is there any other value that I must check or configure?
Thanks!