"yxyang" wrote : I think this is should be a simple and common question. There should be a way to get the context of current portal. |
If you want to get the context of the portlet you can do it easily using the getPortletContext() method in the Generic Portlet. This is how you can use request dispatcher to dispatch to the jsp of your choice. If you dont want to exchange data between the two portals, then there is no need for any IPC stuff here. What I would do, is dispatch the request to a jsp within my portal, In that jsp, I would keep an Iframe which would invoke my other portal Simple!! Cheers dvinci View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3921371#3921371 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3921371 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
