[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
[Home]
Re: StackOverflowError found and solved...
On Tue, 4 Apr 2000, zzzeek wrote:
> Cool, one of my developers here was getting this bug as well with an
> extremely large form. I would make the argument that if your JSP files
> are this large you might be better off trying to find some iterative
> approach to generating the output instead of hardcoding it all.
I would definitely agree with your argument in theory - any page that
triggers it could be done a different way...
In practice though, I don't see anything in the JSP spec that says "Oh, 30
tags or so is too much, behavior in that case is undefined" :-)
Either way, I can't change that guy's coding style, and the patch works
for me. If you end up using it, please let me know if you encounter any
problems!
-Mike