|
Spring Framework example source code file (owner.jsp)
The Spring Framework owner.jsp source code<%@ include file="/WEB-INF/jsp/includes.jsp" %> <%@ include file="/WEB-INF/jsp/header.jsp" %> <h2>Owner Information <table> <tr> <th>Name <td>${owner.firstName} ${owner.lastName} |
</tr>
<tr>
<th>Address
<td>${owner.address}
</tr>
<tr>
<th>City
<td>${owner.city}
</tr>
<tr>
<th>Telephone
<td>${owner.telephone}
</tr>
</table>
<table class="table-buttons">
<tr>
<td colspan="2" align="center">
<form method="GET" action="
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.