I am getting the following error.
The code of method _jspService(HttpServletRequest, HttpServletResponse) is exceeding the 65535 bytes limit
I have a form in which I three <SELECT> drop down menu. For each of those <SELECT> menu, I have 5500+ <OPTIONS>. Since all three <SELECT> Menu uses the same <OPTIONS>, I an include file and attached in my JSP.
I understand why I am getting the error but I wanted to know if there is a way around it.
The code of method _jspService(HttpServletRequest, HttpServletResponse) is exceeding the 65535 bytes limit
I have a form in which I three <SELECT> drop down menu. For each of those <SELECT> menu, I have 5500+ <OPTIONS>. Since all three <SELECT> Menu uses the same <OPTIONS>, I an include file and attached in my JSP.
I understand why I am getting the error but I wanted to know if there is a way around it.