This week's book giveaway is in the Agile/Processes forum.
We're giving away four copies of Building Green Software: A Sustainable Approach to Software Development and Operations and have Anne Currie, Sarah Hsu , Sara Bergman on-line!
See this thread for details.
  • Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Portlets page to page communication

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I want to have page to page portlet communication,communication within a single page is easy.But if you want to go for communication among multiple pages you have to enable wires(WIring tool).Now problem is that i donot know how to enable wire tab option when you click on edit page layout.

Do we need to install Portal wiring toolkit if we already have the portal version of 5.0.2.2

Please forward me to the respective forum if possible in case this issue does not fit in the context of this forum.


Thanks in advance for the help

Shyam Thakur
 
Ranch Hand
Posts: 3852
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can try this:

1] Implements ActionListener in sender portlet and write *message sender code* in actionPerformed() method.

2] Implements MessageListener in receiver portlet and get that message in messageReceived() method.

This works perfectly for portlets that are on same page, but I am not sure whether this will work for portlets that are on different pages.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic