Hi!
  I'm facing a peculiar problem,
I have a main JSP file called Main.jsp which is 51kb
I have to include A.jsp, B.jsp & C.jsp which are each
21KB.

I'm using a switch statement.to select the particular
JSP using
<%@include > tag.
I'm working in Weblogic 4.5.1 , in JSP1.0 Version.

When I include only A.jsp ie in the switch case I have
only one Case statement the file compiles & gives a
size of approximately 112kb(.class file).

But if I include all the case statements then the page
does not compile as well as not refreshes.

Exception thrown in the server was security
exception's
Class Loader exception.

I expect, is there any limitation in the size of the
file. Please post U'r replies.

Any Questions please mail at [EMAIL PROTECTED]

Thanks,
Kumar



__________________________________________________
Do You Yahoo!?
Kick off your party with Yahoo! Invites.
http://invites.yahoo.com/

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
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