cancel
Showing results for 
Search instead for 
Did you mean: 

EPCM Javascript eventing work with EPCF toolbox Java eventing?

Former Member
0 Kudos

If the sender iView is sending events using the EPCF toolbox Java eventing, will it work with an iView that will subscribe to the events using the EPCM Javascript method?

I implemented something like this but the receiving iView doesn't seem to be getting the events.

I haven't come across any examples where the sender and the receiver is using different eventing methods.

It should work ideally since EPCF toolbox will output the eventing in Javascript in the portal.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Jovanka

Could you be more specific on what you are trying to do.

Regards

Senthil

Former Member
0 Kudos

Trying to create an iView that receives events. The events are being sent from other iViews using the EPCF toolbox eventing method in Java. My question is can the receiving iView subscribe to the event using the EPCM javascript eventing method?

I created an iView that subscribe to the events using the EPCM javascript method, but it's not getting the events. I have checked that the URN and event name in the sending and receiving iView are the same.

jovanka

darrell_merryweather
Active Contributor
0 Kudos

Jovanka

I believe (correct me if I am wrong) but the EPCF toolkit for the Java side should generate the resulting Javascript at the client side. What you could do is to do a view source on the calling iView to see what Javascript has been output to the client.

I hope this helpa

D