| 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
|
|
|