alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Struts example source code file (index.jsp)

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

a, example, example, examples, examples, struts, these, wait, wait, when, when

The Struts index.jsp source code

<%@ taglib prefix="s" uri="/struts-tags" %>
<html>
    <head>Execute and Wait Examples

<body>
    <h1>Execute and Wait Examples

    These examples illustrate Struts build in support for execute and wait.
    <p/>
    When you have a process that takes a long time your users can be impatient and starts to submit/click again.
    <br/> A good solution is to show the user a progress page (wait page) while the process takes it time.

    <br/>
    <br/>Example 1 (no delay)
    <br/>Example 2 (with delay)
    <br/>Example 2 (with longer check delay)

</body>
</html>

Other Struts examples (source code examples)

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

... 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.