Hi all,javax.servlet Interface RequestDispatcher does have method public void include(request, response).According to documentation it includes the content of a resource (servlet, JSP page, HTML file) in the response.My question is does it compile the Jsp page before including or after including it.Thanks

Questions by hmashruf   answers by hmashruf

 

This Question is not yet answered!

 
 

Related Answered Questions

 

Related Open Questions