Im new to jsp.I'm getting error is The code of method _jspService(HttpServletRequest, HttpServletResponse) is exceeding the 65535 bytes limit
I am using static include such as
<%@ include file="/jsp/common/createScriptMsg.jsp" %>
but the page is not loading ... I'd also try dynamiac include such as
<jsp:include page="/jsp/common/createScriptMsg.jsp" /> \
NO LUCK..
Any help would be appriciated.