DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18328>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18328

Compilation of large <html:select> crashes the Java VM





------- Additional Comments From [EMAIL PROTECTED]  2003-03-25 18:39 -------
Your page is too big/complex. There is a limit on the size of a single method 
in Java, and your page has exceeded it. The latest versions of Tomcat would 
help you get around this, since they can split up a page into multiple methods, 
under the right circumstances. A better option, though, would be to reduce the 
complexity of your page. Instead of having 240 separate option tags, you should 
consider putting the options into a collection. Then you'll only need one tag 
to render it, instead of 240.

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

Reply via email to