Results 1 to 3 of 3

Thread: What's wrong with this JSP picture? [resolved]

Threaded View

  1. #1

    Thread Starter
    Member filburt1's Avatar
    Join Date
    Aug 1999
    Posts
    6,935

    What's wrong with this JSP picture? [resolved]

    Code:
    <!-- Page based on TurtleTips.com template -->
    <%@ include file="/header.jsp" %>
    
    <%@ page import="javax.mail.*" %>
    <%@ page import="javax.mail.internet.*" %>
    <%@ page import="javax.activation.*" %>
    
    all my HTML with no JSP tags
    .
    .
    .
    
    <%@ include file="/footer.jsp" %>
    Tomcat gives me the ever-useful error and warning:
    org.apache.jasper.JasperException: Unable to compile D:\Programs\Tomcat\work\DEFAULT\apacheroot\sendmail_1.java:104: No method matching flushBuffer() found in class org.apache.jasper.runtime.JspWriterImpl.
    ((org.apache.jasper.runtime.JspWriterImpl)out).flushBuffer();
    ^
    Note: D:\Programs\Tomcat\work\DEFAULT\apacheroot\sendmail_1.java uses or overrides a deprecated API. Recompile with "-deprecation" for details.
    What's up?
    Last edited by filburt1; Jan 17th, 2002 at 04:47 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width