我是jsp的新手.我得到的错误是方法的代码_jspService(HttpServletRequest,HttpServletResponse)超过了65535字节的限制
我正在使用静态包括如
<%@ include file="/jsp/common/createScriptMsg.jsp" %>
Run Code Online (Sandbox Code Playgroud)
但页面没有加载...我也尝试动态包括如
<jsp:include page="/jsp/common/createScriptMsg.jsp" /> \
Run Code Online (Sandbox Code Playgroud)
没运气..
任何帮助都会得到满足.
我正在阅读https://tomcat.apache.org/tomcat-7.0-doc/jasper-howto.html
有参数:
mappedfile - 我们是否应该为每个输入行生成一个print语句的静态内容,以便于调试?true或false,默认为true.
但我无法理解这个参数的详细用法是什么,我试图谷歌但没有帮助.有人可以告诉我它是什么.