3 Replies Latest reply on Jul 4, 2010 12:41 AM by yongzhebisheng

    how this jbossportletbridge2.0final's BridgeEventHandler class make a navigation??

    yongzhebisheng

      I'm doing IPC with the jbossportletbridge of seam/jsf portlet,

      within the portlet.xml

         <init-param>
           <name>javax.portlet.faces.bridgeEventHandler</name>
           <value>org.domain.jsfseam.entity.EventReceivingBean</value>
           </init-param>

      I think this class init instance just can work in the portletcontext scope,not in the facecontext scope,so it's returned  eventNavigationResult class cannot make the jsf page do a navigation!!! Is that right? and how to do a navigation when received a event from other portlet?? please help me!!thanks!!