Well it boiled down to the commented out line below. I changed the forward to
the requestGlobals one and it works.


    try
    {
      requestGlobals.getResponse().sendRedirect("nontapestrypage.html");
     
//request.getRequestDispatcher("nontapestrypage.html").forward(request,
response);
      return null;
    } finally {
      redirect = null;
    }
-- 
View this message in context: 
http://tapestry-users.832.n2.nabble.com/NPE-in-getSession-of-an-anonymous-Request-class-tp5538899p5542335.html
Sent from the Tapestry Users mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to