Entering content frame

Background documentation Request Events Handling Locate the document in its SAP Library structure

Request events must be generated by the standard portal component API method used to create an event. These events are then generated in the content of the portal component and the methods to handle the events have to be written in the portal component.

This graphic is explained in the accompanying text

<% logger.setComponentRequest(componentRequest);

IPortalRequestEventData data = componentRequest.createRequestEventData();

IPortalRequestEvent loEvent = componentRequest.createRequestEvent("oneEvent",data);

%>

<!-- Gets all logger names from admin logger service -->

<FORM type=POST ACTION= <%= componentRequest.createComponentURL(componentRequest.getNode(), loEvent)%> >

<br/>

 

 

Leaving content frame