How can we do Page to Page communication in JSR 168 portals
Printable View
How can we do Page to Page communication in JSR 168 portals
You can either use cross-page wires as described here:
[url]http://publib.boulder.ibm.com/infocenter/wpdoc/v6r0/index.jsp?topic=/com.ibm.wp.ent.doc/wps/admcustom.html[/url]
Or, if you use JSR 168 porltets, you can use portlet attributes in the
APPLICATION_SCOPE (as far as your portlets all belong to the same war
file) as described here:
[url]http://publib.boulder.ibm.com/infocenter/wpdoc/v6r0/index.jsp?topic=/com.ibm.wp.ent.doc/wps/jsrcpr.html[/url]
Oliver