req.getRequestDispatcher("file.html").include(req, resp);

时间:2017-06-15 09:31:52

标签: java google-app-engine servlets requestdispatcher

I am trying to display the file.html file in a servlet using getRequestDispatcher with include method, but it is not working. Can anyone find out the reason behind this?

when I use the file.jsp file, It (getRequestDispatcher) is displaying the information. why the getRequestDispatcher function is not working for *.html files?

Can anyone give me the reason?

Thank you

0 个答案:

没有答案