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 s
I have added trimSpaces true also as init-param in tomcat web xml and it resolved the issue.