alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  
</tr> <tr> <th>Client <td>${clientName} </tr> <tr> <th>Amount <td>${amount} </tr> </table> <a href="../orders">Back to Orders </body> </html>

Other Struts examples (source code examples)

Here is a short list of links related to this Struts orders-show.jsp source code file:

Struts example source code file (orders-show.jsp)

This example Struts source code file (orders-show.jsp) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Struts tags/keywords

back, doctype, doctype, orders, orders, public, transitional//en, transitional//en, w3c//dtd, xhtml, xhtml

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}
... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 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.