
Chapter 4. Building the base scenario: Stage 1 135
There are four buttons that you need to create:
1. New Orders: This button submits an action with a value of
listTemplates to the
SubmissionServlet, which returns all the new forms stored in a directory on the server file
system named
Form_Templates.
2. Workbasket: This button submits an action with a value of
workbasket and passes in the
userID to the SubmissionServlet. This returns only the forms that the user has created
and submitted. These forms are stored in a directory on the server file system named
Sales_Rep_Forms.
3. Approved: This button submits an action with a value of
listApproved ...