Author
pop-up in websphere portal
OUGADDOUM Abdelaaziz
Greenhorn
Joined: Oct 14, 2008
Posts: 5
posted Oct 14, 2008 06:14:00
0
Hi, How can I display a portlet Jsp in a pop-up window, by clicking a link, within websphere portal 5.0.2 ? Thanks.
Paul Sturrock
Bartender
Joined: Apr 14, 2004
Posts: 10336
posted Oct 14, 2008 07:56:00
0
"AbdeL02", please check your private messages .
JavaRanch FAQ HowToAskQuestionsOnJavaRanch
Sivaji Somanathan
Greenhorn
Joined: Jun 12, 2008
Posts: 4
posted Oct 15, 2008 02:43:00
0
You could display a Portlet in a new window in either of the two ways :- 1) Place the portlet to be displayed in a page and assign a friendly URL to the newly created page. Give this friendly URL in the Target of the link which would open this page in new window. 2) A Portlet could be opened in a new window in SOLO state.When the portlet is opened in this state,it need not be placed in any page.However the portal theme elements would be hidden when its opened in SOLO state. checkout the below link which explains how portlet could be opened in solo state. http://publib.boulder.ibm.com/infocenter/wpdoc/v510/index.jsp?topic=/com.ibm.wp.zos.doc/wps/wpsptconc.html Hope this helps. regards, Sivaji.S
OUGADDOUM Abdelaaziz
Greenhorn
Joined: Oct 14, 2008
Posts: 5
posted Oct 30, 2008 03:56:00
0
Thanks for replying. Will you give a example.
Sachin Telang
Greenhorn
Joined: Nov 02, 2007
Posts: 19
posted Nov 25, 2008 23:20:00
0
You can do it using wpsurl generation tag aslo.
Thanks<br />Sachin Telang<br />IBM Websphere Portal Application Developer Certified, Exam -399.
Sun Certified Java Programmer 1.5
arunk charu
Greenhorn
Joined: May 12, 2010
Posts: 2
posted May 12, 2010 02:18:39
0
Hi can anyone provide an example on how to implement pop-up windows using IBM Portlet API....
Am having problems with the URL generation n getting the 'HTTP 500 page not found' response error....
Please help me...
Thanks in advance!!!
Maneesh Godbole
Saloon Keeper
Joined: Jul 26, 2007
Posts: 8441
posted May 13, 2010 06:42:11
0
Welcome to the Ranch.
Please do not post your questions in other people's threads. You should be creating a new thread for your question.
Please do take out time to go through http://faq.javaranch.com/java/HowToAskQuestionsOnJavaRanch
[Donate a pint, save a life! ] [How to ask questions ] [Onff-turn it on! ]
subject: pop-up in websphere portal