This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Servlets and the fly likes Where do I put RequestDispatcher dispatcher? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Where do I put RequestDispatcher dispatcher?" Watch "Where do I put RequestDispatcher dispatcher?" New topic
Author

Where do I put RequestDispatcher dispatcher?

Michele Smith
Ranch Hand

Joined: Oct 27, 2010
Posts: 317
Where do I put

RequestDispatcher dispatcher = getServletContext().getRequestDispatcher("/doUploadVideo");


It doesn't appear right here.

Thanks,
Michele

Nauman Hasan
Ranch Hand

Joined: Jul 27, 2005
Posts: 34
Not sure what you are trying to do... can you elaborate? What is the error message you get (if any)?

~Nauman
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Where do I put RequestDispatcher dispatcher?
 
Similar Threads
my servlet says its unavailable in IE
Help with Servlet Code
Need to hook two servlets together, how do I do that?
How to configure Bonecp in java project without breaking connection when more than connection
file uploading through servlet