Hello, 
I am having a problem with pages not loading in tomcat.
The pages all look like this:



<!-- CODE -->
<%@ page contentType="text/html; charset=iso-8859-1" language="java"
import="java.sql.*,javax.sql.*" errorPage="/config/include/error.jsp" %>

<%@ include file="/config/include/globals.jsp" %>
<%@ include file="/config/templates/header_inventory_menu.jsp" %>

<HTML CODE HERE>



<%@ include file="/config/templates/footer_inventory_menu.jsp" %>
<!-- CODE -->



The pages will display but the status bar keeps going. I take a look at
the source and it looks like all the HTML has already downloaded to the
browser.
I'm not sure why it just keeps loading.

Any ideas?

Thank you!

~ Troy Campano ~



===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

Reply via email to