says it all.
A 54KB JSP is WAY too large.
ANY method in Java can contain at most 64KB of code. Your entire 54KB JSP ends up as part of a single method, expanded into Java code.
That's going to be one massive method, most likely several hundred KB of code.
If it works on WL, WL's JSP compiler does not conform to the language standard.
Split the thing up, organise it properly, start learning to use dynamic includes.
jwenting
duckman
8,392 posts since Nov 2004
Reputation Points: 1,662
Solved Threads: 337