Class 2 Intermediate Java 30-IT-397  

Content Type Example

<%@ page contentType="text/plain" %>
<html>
<head><title>JSP Page</title></head>
<body>

<%-- <jsp:useBean id="beanInstanceName" scope="session" class="package.class" /> --%>
<%-- <jsp:getProperty name="beanInstanceName"  property="propertyName" /> --%>

Here is some text.

Name    Age     Rank
Spiff   26      General
Joelle  30      Admiral

<h2>I can put in whatever HTML tag <b>I</b> want, and it</h2><h3> shouldn't matter.</h3>
 
 

</body>
</html>

 Generating an Excel Spreadsheet

Created by:  Brandan Jones December 20, 2001