Previous Next Contents


Results Wizard

The results wizard allows you to create a servlet and JavaServer Page (JSP) to display the results of a query or other data source interaction.

Related Topic

Specify Base Name and Location
Description
Decide what to label the servlet, in which directory to store it, and the super class on which to base it.

Properties
Field
Value
Example
Name
Name of the servlet.
Input
Directory
Directory in which to store the servlet.
C:\nab\apps\HelloWld\
Super Class
Class on which to base the servlet.
Project1.BaseServlet

Related Topic

Specify Input
Description
Specify the input parameters and properties of those parameters.

Properties
Field
Description
Example
Name
Name of the parameter.
username
Required
You can enable the checkbox to require user input for the parameter.

Save to Session
You can enable the checkbox to save user input to the project session.

Validation
Type of input required.
Alphabetic
Insert Row
Insert additional parameters.

Delete Row
Remove the selected parameter.

Read input parameters from an HTML page
Retrieve input parameters from an existing HTML page within the current project (pop-up list) or elsewhere (Browse).

Related Topic

Finish
Description
Click Finish to complete the results wizard. A Java file is created with generated code that performs the function you designated in previous steps.

 

© Copyright 1999 Netscape Communications Corp.