Hi,
 
I have 2 JSF portlets. Click in portlet 1 stores an object in the
portlet session. The portlet 2 evalutes on each server-roundtrip the
object in the portlet session. I want to realize a portlet session
object sensitive portlet 2. E. g. when I click a link for a customer
object in portlet 1, the GUI for a customer should be visible in portlet
2. When I click in portlet 1 on a bill object a bill GUI is shown and so
on. I use a value binding in portlet 2 as trigger. There I want to use
instanceof operator and then change the navigation. How can I set an
outcome to show a jsp in portlet 2 ? It is not an action only a value
binding. Can this be done without a subclass of navigation handler ?
 
Thanks,
Oliver

Reply via email to