This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
Hi! I have the following code in my servlet. I wana call a jsp from the servlet and i'm using a java bean. But when i compile it i get message RequestDispatcher(line 5) class not found and method request.setAttribute(...)not found.(line 3) I've also read that RequestDispatcher is a interface.....???