alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  
<td> <td> </tr> </s:iterator> </table> <p>">Create new Employee

<p>">Back to Showcase Startpage

</body> </html>

Other Struts examples (source code examples)

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

Struts example source code file (listEmployees.jsp)

This example Struts source code file (listEmployees.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, create, create, employee, employees, employees, name, name, showcase, startpage, startpage

The Struts listEmployees.jsp source code

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

<%@ page contentType="text/html;charset=UTF-8" language="java" %>
<html>
<head>Available Employees

<body>
<h1>Available Employees
<table>
    <tr>
        <th>Id
        <th>First Name
        <th>Last Name
    </tr>
    <s:iterator value="availableItems">
        <tr>
            <td>">
... 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.