On Fri, 2006-05-12 at 14:02 +0200, lk wrote:
> Hi,
> 
> I got this bad error.
> 
> Is there a way to solve this problem (maybe in the configurations file)?
> 
> Thanks

This simply means you have way too much jsp code in one file.

Maybe you could split them up, or remove some of the functionality from
the jsp itself into helper classes.

As far as I know, it is a limit placed on method size by the JVM - I'm
not sure if it can be changed.


-- 
Peter Hubbard <[EMAIL PROTECTED]>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to