RE: FW: code too large for try statement

2004-05-19 Thread Joe Germuska
At 1:38 PM +0530 5/19/04, Rahul Mohan wrote: Thank for the reply joe... But the Tomcat I am using is 4.1 only.I have checked the documentation and found out that both Tomcat4.1 and Weblogic8.1 is conformant to J2EE1.3 ( Servlet 2.3 / JSP 1.2 ) so the problem is not with the jsp specs

RE: FW: code too large for try statement

2004-05-19 Thread Rahul Mohan
Message- From: Joe Germuska [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 18, 2004 6:57 PM To: Struts Users Mailing List; struts Subject: Re: FW: code too large for try statement It just so happens that I just wrote an answer to in response to a different email. At 8:18 AM -0500 5/18/04, Joe

Re: FW: code too large for try statement

2004-05-18 Thread Joe Germuska
It just so happens that I just wrote an answer to in response to a different email. At 8:18 AM -0500 5/18/04, Joe Germuska wrote: It works find on Tomcat 5 because JSP 2.0 works around the maximum method-length limitation. Weblogic 8.1 is still J2EE 1.3 (Servlet 2.3/JSP 1.2). I'd suggest usin

FW: code too large for try statement

2004-05-18 Thread Rahul Mohan
:[EMAIL PROTECTED] Sent: Tuesday, May 18, 2004 11:06 AM To: struts Subject: code too large for try statement Hi, I have a JSP page with Struts and JSTL tags. It is pretty big with about 15 conrols and a *LOT* of JSTL tags. When I try host the page in Weblogic8.1 i get

Re: code too large for try statement

2004-05-18 Thread Susan Bradeen
gt; i get the following compile error: > > window.java:12652:code too large for try statement > try { // _c_set1 popBody() try/finally.. ... > > in other words the try {} block in _jspservice is so huge, it exceeded the > 64K limit imposed by jvms. > > The root problem I fou

code too large for try statement

2004-05-17 Thread Rahul Mohan
Hi, I have a JSP page with Struts and JSTL tags. It is pretty big with about 15 conrols and a *LOT* of JSTL tags. When I try host the page in Weblogic8.1 i get the following compile error: window.java:12652:code too large for try statement try