I'd break the code between <% and %>

instead of keeping the entire code in one pair of tag , I broke the tags

<%

code ----
%>
<%
code ----
%>

And now its working fine

So according to me ..the conclusion is that there is a limit in code between
tags OR there might be some configuration proble m ...

any comments ???

-----Original Message-----
From: Jitendra Maan [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 21, 2000 2:21 AM
To: [EMAIL PROTECTED]
Subject: Re: sever side code problem


Hi,

there is no limit for putting java content in <%... %> . exact problem is
somewhere else. give the details of code, where exception is appearing.

thanx.

jitendra maan

-----Original Message-----
From: Shah, Maulik (GEAE, Foreign National)
[mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 21, 2000 6:00 AM
To: [EMAIL PROTECTED]
Subject: sever side code problem


Hi Everybody


I'm using JRUN ,

 I've got one JSP file ... in which there is a huge amount arnd 400 lines of
server side code between <% and %>

 Now when I'm trying to run this ...its giving me arrayoutofboundIndex
exception .... and I'm sure this is a compilation error ....

even if I write a simple out.println .... it crashes .....


so my question is ...... is  there any limit on the size of code between <%
%> ????


PLease reply


Thanks

Maulik

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST
DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to