Re: How to break up a Page (64K problem)

2002-08-18 Thread John Yu
The general strategies to workaround the 64k barrier are: (Hmm, reminds me himem.sys in the good old DOS days :-) 1. Split the page up into multiple JSP pages and use to create the aggregate page. This is by far the most effective and common technique. This works because is evaluated at

How to break up a Page (64K problem)

2002-08-16 Thread Norman Klein
It is my understanding that Java still has a limit of only 64K for each method. This doesn't allow some of our JSP files to be compiled into servlets, because the service method would go over the limit. Our JSP pages are large government forms, which typically scroll through several screenful