Skip to Content
0
Former Member
Feb 23, 2010 at 09:30 AM

Problem with extending RequestProcessor in CRM ISA

32 Views

Hello experts.

I am trying to implement a waiting page which will be displayed while some time consuming action is beeing executed. I have extended com.sap.isa.core.RequestProcessor object to process the request accordingly depending on wether a parameter (saying some action will take too long to execute) exists in the action mapping. I have modified config.xml like this

<controller processorClass="/.../MyRequestProcessor" nocache="true" locale="true"/>

In this custom RequestProcessor I have overriden processValidate() and processActionPerform() methods but my problem is that the overriden methods are only called at log on and log off. At every other action the superclass methods are called. I have no idea what am I doing wrong and I could use all the help that could be provided

Thank you in advance