118 IBM Workplace Forms: Guide to building and integrating a sample Workplace Forms application
The SubmissionServlet1 / doPost method creates a file name based on the formName and
stores the form to the file system. The folder to store is calculated based on the form state.
So, as we see, in this stage the servlet does not really interact with the template or form on
opening time — just the called JSP exposes a URL enabling the browser to get the template
or form from the file system via the HTTP server. The real interaction takes place when a form
is submitted. Before we can code it, let us have a short look at how to use the Workplace
Forms API.
4.8.6 Accessing a form through the Workplace Forms API
The IBM Workplace Forms Server - Application ...