-
Hi Jessica
Jessica thanks a lot.
I want:
1. Two portlets with inter-portlet communication (already ok)
2. By buttonclick the first one sends a url to the second one
3. The second one receives the url and show the site of the url (for example
[url]http://www.ibm.de[/url]) on the portlet itself, not on the whole IE page.
that is what i mean.
I've implemented it by using a iframe, i.e. the second portlet has a iframe,
by receiving the url it shows the site in the iframe. but i think it isn't a
good idea.
The question is: Can we show a webpage on the portlet??? Maybe the JSP
redirect????
thanks
kevin
-
Re: Hi Jessica
You should probably try to figure out how to reply to replies. It's quite odd to have a forum question with one's name in the title!
An iframe sounds pretty straightforward for what you're doing, but you might also look at the ContentAccessService.
[url]http://publib.boulder.ibm.com/infocenter/wpdoc/v510/index.jsp?topic=/com.ibm.wp.zos.doc/wps/wpsbsbackend.html[/url]
Good luck,
Jaye