!--a11y-->
Request
Events Handling 
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.

<% 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/> |
