shaf maff wrote:Is there any way of forwarding data to other class/jsp via a class without having to extend HttpServlet ?
Something has to extend HttpServlet. You can pass the request/response to other classes to do the actual forward/storing in request/session if you like.