cancel
Showing results for 
Search instead for 
Did you mean: 

Portal Eventing Problem

Former Member
0 Kudos

Hello experts,

I am trying to raise a Portalevent, based on EPCF, in a jsp and subscribe it in a WebDynpro View. It works fine until I raise the call behind a action of a button. But I want to raise the call by initiation of the jsp view. But unfortunately the page page refresh itself all the time. This means I raise a event and I subscribe it, I raise, subscribe etc.

Any ideas what is going wrong?

Many thanks

Marco

Accepted Solutions (0)

Answers (1)

Answers (1)

sanyev
Active Participant
0 Kudos

Hi Marco,

It is difficult to understand from what you have written. Can you explain it a bit in detail. You can also go though the documentation on EPCF and Webdynpro.

[http://help.sap.com/saphelp_nw2004s/helpdata/en/0c/8eee31e383cd408bcb07e80b887463/frameset.htm]

[http://help.sap.com/saphelp_nw2004s/helpdata/en/cf/18721b4079334cac4a3bd3862b185b/content.htm]

[http://help.sap.com/saphelp_nw2004s/helpdata/en/5d/08f43cf1da7646a2b210a16321c669/content.htm]

Regards,

Sanyev

Former Member
0 Kudos

OK I try to descripe my Problem a little bit more.

I have a jsp and a WebDynpro Aplication. In the JSP I raise a Event with EPCM.raiseEvent.........

In my WDoInit of the View I handle this Event with WDPortalEventing.subscribe......

My Problem is if I refresh the whole Page - the jsp do not raise the Event again. It seems that the JSP - Instance is still in the cache.

Thanks

Marco