TOC PREV NEXT INDEX



Submit Form Data to the Servlet


Now when the form is re-submitted, the data from the form request will appear in the form properties sheets.

  1. In the browser, click the back button to go back to the Catalog Search Form.
  2. Click on the submit button on the form again. This will run the servlet by posting a request to the server that is built into Simplicity Enterprise.
  3. Notice that as well as getting the same XML output on the browser, the From Module Property sheet on the right side of the Enterprise Composer changed too.

Use the mouse to select the Form Variables tab of the Form Module Property sheet on the right side of the Enterprise composer. Notice that the names of the variables that came from the form are listed along with the values that were entered into the form before selecting the submit button.

Now select the Request Information tab of the properties sheet. Notice that the information about the request that was made to the server is listed. Finally, select the Request Headers tab and see that information about the browser that made the request is listed.

Again, notice that no saving, re-compiling, or server deployment was required to get these results.


Data Representations, Inc.
http://www.datarepresentations.com
support@datarepresentations.com
sales@datarepresentations.com
TOC PREV NEXT INDEX