How to Set Portlet Parameter during Interportlet communications (IPC) between JSR 286 and JSP portlets?
(Doc ID 1274230.1)
Last updated on JANUARY 15, 2025
Applies to:
Oracle WebLogic Portal - Version 10.3.2 to 10.3.7 [Release AS10gR3]Information in this document applies to any platform.
Goal
You can fire an event from a JSR 286 portlet and the event is caught in a function in the .jsp. (function is listed below). The value from the event is used as the function parameter. The function creates an ActionURL that is used to call the processAction() method. The issues that comes up is the parameter value is not getting set for the <portlet:param> value.
The goal of this document is discussing why this parameter value is not getting set?
NOTE: The above code snippet is just a sample for clarity . Any similarity to actual environments, past or present, is purely coincidental and not intended in any manner.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |