[jboss-user] [JBoss Portal] - Re: Render Portlet in a pop-up window
rohit000
do-not-reply at jboss.com
Thu Apr 16 17:57:02 EDT 2009
Hi,
Here is a way you can achieve opening a portlet in a popup window.
1. Link the Portlet to a Page.
2. Define a Page Property say WindowType and give it a value say "NewWindow".
3. In Tabs.jsp while rendering the link for this page (identified based on the WindowType page property) use target = "_new".
This should help you in achieving the objective.
Regards,
Sourav
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4226053#4226053
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4226053
More information about the jboss-user
mailing list