Re: code too large for try statement

2002-12-21 Thread Craig R. McClanahan
On Sat, 21 Dec 2002, Jitendra Singh wrote: > I am a newbie ...but i read somewhere that there is a restrcition on the > size of JSP, in-built in J2EE. The "built in restriction" is actually the JVM's limit of 64kb on the size of a particular method. It's not anything imposed by J2EE or the JSP

Re: code too large for try statement

2002-12-21 Thread Robert S. Sfeir
> Sent: Saturday, December 21, 2002 7:56 AM Subject: RE: code too large for try statement The try block is in the Java generated by the servlet container from the JSP. -Original Message- From: David Graham [mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 8:10 PM To: [EMAIL

Re: code too large for try statement

2002-12-21 Thread Brian Alexander Lee
code too large for try statement > Why is there a try/catch block? > > David > > > > > > > >From: "Michael Marrotte" <[EMAIL PROTECTED]> > >Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > >To: <[EMAIL PROTEC

Re: code too large for try statement

2002-12-21 Thread Jitendra Singh
Mailing List" <[EMAIL PROTECTED]> Sent: Saturday, December 21, 2002 7:56 AM Subject: RE: code too large for try statement > The try block is in the Java generated by the servlet container from the > JSP. > > -Original Message- > From: David Graham [mailto:[EMAIL PROTEC

RE: code too large for try statement

2002-12-20 Thread Michael Marrotte
The try block is in the Java generated by the servlet container from the JSP. -Original Message- From: David Graham [mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 8:10 PM To: [EMAIL PROTECTED] Subject: Re: code too large for try statement Why is there a try/catch block

Re: code too large for try statement

2002-12-20 Thread David Graham
Why is there a try/catch block? David From: "Michael Marrotte" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: code too large for try statement Date: Fri, 20 Dec 2002 16:48:37 -0500 I&

code too large for try statement

2002-12-20 Thread Michael Marrotte
I'm using lots of Struts custom jsp tags, e.g. logic, html, and bean. The JSP file size is about 27K. I'm getting the following error: 500 Servlet Exception /mainMenu.jsp:652: code too large for try statement } catch (java.lang.Throwable _jsp_e) { ^ /mainMenu.jsp:46: code