aspose file tools
The moose likes Portals and Portlets and the fly likes How to create a popup window in JSR-168 portlet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Portals and Portlets
Reply Bookmark "How to create a popup window in JSR-168 portlet" Watch "How to create a popup window in JSR-168 portlet" New topic
Author

How to create a popup window in JSR-168 portlet

Vivek Nidhi
Ranch Hand

Joined: Aug 10, 2003
Posts: 133
Hi,
I want a portlet page to load another page in a popup window, how this can be done.
I tried searching but none of the solutions are working for a JSR-168 portal, its always loading the same page.

Can some one help me !!

regards
Vivek Nidhi
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper

Joined: Aug 26, 2006
Posts: 4967

Are you asking for a small popup window to be generated? You can do this through simple JavaScript.

Are you asking for the entire portal to be redisplayed in a pop-up window? That's going to be a little trickier, and dare I say it, self-destructive.

The portal represents an entirely new paradigm for thinking about your applications. Maybe if you describe what you're trying to accomplish, we might have a more portal-centric idea on how to make that happen.

Cheers!

-Cameron McKenzie


Author of Hibernate Made Easy, What is WebSphere???, JSF 2.0 Made Easy and the SCJA Certification Guides
Vivek Nidhi
Ranch Hand

Joined: Aug 10, 2003
Posts: 133
Hi,
What I am trying is to show another HTML/JSP page on a button click.
its not a small window, I need the whole page to be shown on a button click.

regards
Vivek Nidhi
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: How to create a popup window in JSR-168 portlet
 
Similar Threads
HOw to get session variables between portlets ?
previousMode
Aren't IBM Portlet API based on JSR 168?
JSR 168 Portlet on Tomcat
how to redirect to another servlet in a jsf+portal project