2 Replies Latest reply on Mar 5, 2010 10:15 AM by leolo

    SendRedirect() doesn't work.

    leolo

      Hi,

      my system: GateIn 3.0.0 CR1 with JBoss AS 5.1.0 JDK6 (zip) on Windows XP (gatein-sample-portal removed).

       

      SendRedirect() doesn't work. Here's the code:

       

         public void processAction(ActionRequest request, ActionResponse response)
                  throws PortletException, PortletSecurityException, IOException {
              response.sendRedirect("http://www.google.de");
          }

       

      If I call processAction, the attached error message occurs. Log doesn't provide any stack-traces.

       

       

      Regards,

       

      LeoLo