1 Reply Latest reply on Dec 19, 2012 8:45 PM by hoang_to

    Show jsp exception within the portlet

    anishantony

      Hi all

       

      i have two portlets (portlet1 and portlet2) which are binded to two different jsp files (1.jsp and 2.jsp). Now if any one of jsp rise an exception it will shows in whole page (all portlets are disappeared). Is it possible show if any exception are thrown from a jsp, the particular exception will shown only inside that portlet which currosponding to that jsp.

       

      thanks and regards

      Anish Antony

        • 1. Re: Show jsp exception within the portlet
          hoang_to

          Could you give more detail on the exception? If the exception occurs in lifecylce method of portlet (processAction, processRender,...) then it is caught by GateIn portal and you would see a text "The portlet encounter an error..." displayed in portlet window.