Dear Ravi/Praveen,
I have two portlets in different projects one is spring 3 and another is spring 2.5 based which are communicated using wiring earlier. Now i am merging both portlet projects into single project and need to invoke controller of 2.5 directly from the controller of spring 3.
Caller portlet is annotation based and callee portlet is 2.5 based onSubmitAction() implemented.
I am making call directly "actionResponse.setRenderParameter("action", "viewModeParamKeyMappedController");"
Unfortunately nothing is executed and redirecting to default @renderMapping method of spring 3 controller.
Please help with a sample or instructions how to configure/invoke. Immediate help is highly appreciated. Thank you.
Regards,
Imtiaz