Skip to Content
0
Former Member
Sep 12, 2007 at 04:21 PM

EPCMProxy - Refresh of receiver iView

17 Views

Hello Everyone,

I am able to use EPCMPROXY to enable eventing between two iViews both of which are based on BW WAD Templates. Currently, they are simple, in which the sender iView passes a text from a text field and the receiver iView displays the same text using document.write().

It works fine the first time, but after I change the text in the sender iView and hit the submit button, the receiver iView doesn't change. I manually refreshed (using Refresh option from the context menu of the receiver iView on the portal page) and it works again for one time.

I checked that the second time I hit the submit button on the sender iView, the event is raised but the event handler on the receiver iView never gets called after the first time.

Can anyone please tell me what could be wrong?

Kiran