jQuery in Action, 2nd edition
The moose likes Portals and Portlets and the fly likes Portlet WindowURL to render a portlet that is in different page 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 "Portlet WindowURL to render a portlet that is in different page" Watch "Portlet WindowURL to render a portlet that is in different page" New topic
Author

Portlet WindowURL to render a portlet that is in different page

Gopikrishna Gopal
Greenhorn

Joined: Sep 08, 2011
Posts: 26
I am having a portlet `PortletA` in Page1 and PortletB in Page2

On submitting the form in `PortletA`, I am trying to invoke/render `PortletB` using `WindowURL`. But I am not successful and remain in `PorltetA` itself.
This is how I am doing...

PortletA
========



url value that is getting printed is -

http://localhost:7001/Demo/actionPortal.portal?_nfpb=true&_st=&_windowLabel=%2FPortletB&_pageLabel=Page1

I also tried `<portlet:renderURL>`,



But still same.

Please let me know if anything wrong.
Rehan Pathan
Greenhorn

Joined: May 14, 2013
Posts: 2
If you want to learn ipc portlet in liferay based on event phase than you can check following link.
May be it will help you.
Ipc portlet in liferay
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Portlet WindowURL to render a portlet that is in different page
 
Similar Threads
Pop ups in jsr 168 portlet
Portlet invocation
hide portlet using JavaScript developing in NetBeans for JSR 168?
liferay portlet - form parameters missing from request
navigation between the pages in different portlets using JSR286