|
Struts example source code file (orders-show.jsp)
The Struts orders-show.jsp source code<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>Order ${id} </head> <body> <table> <tr> <th>ID <td>${id} |
</tr>
<tr>
<th>Client
<td>${clientName}
</tr>
<tr>
<th>Amount
<td>${amount}
</tr>
</table>
<a href="../orders">Back to Orders
</body>
</html>
... 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.