Tuesday, April 20, 2010

The code of method _jspService(HttpServletRequest, HttpServletResponse) is exceeding the 65535 bytes limit



If you are using <%@ include file="test.jsp" %>(static include),
replace this to <jsp:include page="test.jsp" /> (dynamic include).

6 comments:

Sreejith said...

Da Jijo,
happy to see your blog page came up in my Google search!.. :)

Sreejith
(Logic)

Anonymous said...

I never thought I would agree with this option.

Nanang Gunawan said...

Very usefull...

Thanks.... :D

Hardeep Chawla said...

Thanks.
Someone has included .js files statically which exceeds the page size. I have used script tag for .js files. Now it is working fine.

Hardeep Chawla said...

Thanks.
.js files were included statically. As soon as I use script tag for .js files, my page is working fine.

Hardeep Chawla said...

Thanks.
Someone has included .js files statically which exceeds the page size. I have used script tag for .js files. Now it is working fine.