Skip to Content
0
Former Member
Sep 15, 2005 at 09:31 AM

How to react to the users action on links in portal apps, rss address

52 Views

Hi,

I applied already the steps by this weblog.

https://www.sdn.sap.com/sdn/weblogs.sdnblog=/pub/wlg/1388

As sample beginning website I coded one of the SDN-Forum page e.g. http://forums.sdn.sap.com/rss/rssmessages.jsp?categoryID=2.

Now at first run I get a html page with items linked to some other resources. Now I want to react to the click-action of the user on the link to get e.g. the rss address of the page. I thought the method doProcessAferInput, doProcessBeforeOutput and doProcessCurrentEvent are the callback-methods to react the request, but all they are visited only at once because by selecting the link the request is directly forwarded to the belonging SDN-Forum-Thread.

Does anyone know

- how to react to the users action on links in portal component? Is there a method in the IPortalComponentRequest class?

- how to get the rss address of the current html page?

Thanks.

Cemal