1 Reply Latest reply on Dec 21, 2011 10:44 PM by selfcare

    doView in GenericFacesPortlet not calling PhaseListener for 2nd time

    selfcare

      Hi,

       

      Am using JSF 1.2, Jboss AS 5.1.0, Liferay 6, PortletBridge 2.

       

      My portlet extends GenericFacesPortlet.

       

      doView method in my portlet calls CustomPhaseListener (which implements PhaseListener) for the first time only.

       

      On subsequent hit to my portlet CustomPhaseListener is not getting called.

       

      How can I make my CustomPhaseListener to be called and beforePhase invoked everytime my portlet is hit?

       

      Attachment has my portlet and customePhaseListener.

       

      Thanks in advance !

       

      Regards,