Include another JSP file
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I am currently trying to learn JSP. My question is, at present I used to include the header and footer of the page using: and But now, I have separated the page content also. So, if user clicks on a page, say products, it has to load the JSP file which is situated in: includes/pages/products.jsp So, the link to the user is like: Products . So, I have to get the p value and display the page based on it. Following is what I have done so far. So, how do I place the value of variable "p" in position of "page_name" ? Or, is there any other method