<%@ taglib prefix="s" uri="/struts-tags" %> Struts2 Showcase - Execute and Wait Examples - Example 3

Example 3: As example 1 but uses a delay of 3000 millis before the wait page is shown. While waiting for the wait page it will check every 1000 millis if the background process is already done. Try simulating with a value of 700 millis to see that the wait page is shown soon thereafter.