| Author |
Event based IPC
|
kishore skipper
Greenhorn
Joined: Aug 19, 2009
Posts: 26
|
|
Hi,
I would like to build standard menu based website using portlets.Can i have two portlets one for menu and another for display?
Is it possible to load pages in 2nd portlet based on clicking a link in 1st portlet?Please help can i achieve this using event based IPC?
|
 |
Ashish Sarin
author
Ranch Hand
Joined: Nov 20, 2000
Posts: 403
|
|
Yes, you can have different portlets for menu and display. You can use event-based IPC for inter-portlet communication for the two portlets.
Though, this doesn't look like a scenario in which you should be using portlets.
regards
ashish
|
Author of
Getting started with Spring Framework
Portlets in Action
Spring Roo 1.1 Cookbook
Portlets blog – Spring Roo blog
|
 |
Shashank Ag
Ranch Hand
Joined: Dec 22, 2009
Posts: 88
|
|
see menus and navigation links are part of any portal server's page, you should look into how to customise themes and skins in correpondence to your portal solution.
I am sure you will find much easier and less messy way to do this.
|
SCJP 91%, SCWCD 97%
|
 |
 |
|
|
subject: Event based IPC
|
|
|