File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Portals and Portlets and the fly likes createRenderURL to another portlet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Portals and Portlets
Reply Bookmark "createRenderURL to another portlet" Watch "createRenderURL to another portlet" New topic
Author

createRenderURL to another portlet

Dennis Callag
Greenhorn

Joined: Feb 02, 2007
Posts: 7
Hello,

is it possible to use the createRenderURL() method to create a renderURL that points to another portlet on the same page (and not to the portlet itself)?
Or is there another (better) possibility?

Thanks,
Dennis
Cameron Wallace McKenzie
author and cow tipper
Saloon Keeper

Joined: Aug 26, 2006
Posts: 4962

I would say no, although when a portal page is rendered, the doview method of all the portlets on the page are invoked, so indirectly, I guess it is being called.

By the way, how do you know that other portlet will be on the page? Users can add and remove what they want.

Not to be rude, but it sounds like you're thinking like a Servlet/JSP programmer. Break the mold, and make the leap to portlets.

Maybe if there's a scenario you're tryint to implement, you could describe it, and we could give you some ideas.

-Cameron McKenzie


Author of Hibernate Made Easy, What is WebSphere???, JSF 2.0 Made Easy and the SCJA Certification Guides
 
 
subject: createRenderURL to another portlet
 
Threads others viewed
WPS - Saving Context-Root on start-up for a portal
portlet communication - sending object not string...
portlet communication
portlet session?
need a small example on struts portlet
IntelliJ Java IDE