Class 2 Intermediate Java 30-IT-397  

EditUSB

<%@page contentType="text/html"%>
<html>
<head><title>Edit USB</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 USB's Personal Accounts Page.</h2>
<br>
You can use this page to view your current account
<br>
balances and make transfers between accounts.
<br>
<br>
Thanks for banking with USB!
</edit:Replace>
</body>
</html>

</body>
</html>

 Back

Created by:  Brandan Jones December 17, 2001