alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  
<td>${clientName} <td>${amount} <td>View | <a href="orders/${id}/edit">Edit | <a href="orders/${id}/deleteConfirm">Delete </tr> </s:iterator> </table> <a href="orders/new">Create a new order </body> </html>

Other Struts examples (source code examples)

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

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

This example Struts source code file (orders-index.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

create, create, delete, doctype, doctype, edit, edit, public, transitional//en, transitional//en, view, w3c//dtd, xhtml

The Struts orders-index.jsp source code

<!DOCTYPE html PUBLIC 
	"-//W3C//DTD XHTML 1.1 Transitional//EN"
	"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<%@taglib prefix="s" uri="/struts-tags" %>

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
	<title>Orders
</head>
<body>
    <s:actionmessage />
    <table>
        <tr>
            <th>ID
            <th>Client
            <th>Amount
            <th>Actions
        </tr>
        <s:iterator value="model">
        <tr>
            <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.