Class 2 Intermediate Java 30-IT-397  

Edit53

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

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

<%@ taglib uri="/edit" prefix="edit" %>

<edit:Replace remove="5/3" add="Fifth Third Bank">
<h2>Welcome to 5/3's Personal Accounts Page.</h2>
<br>
You can use this page to view your current account balances
<br>
and make transfers between accounts.
<br>
<br>
Thanks for banking with 5/3!
</edit:Replace>
</body>
</html>

 Back

Created by:  Brandan Jones December 17, 2001