PowerBuilder has several wizards that help you create new JSP pages. The main JSP page wizards are listed below.
Web page wizard |
Use this to |
---|---|
Quick JSP Page |
Create an HTML page without any content (HEAD and BODY elements are visible in Source view as soon as you begin to add content to the page). |
JSP Page |
Create an HTML page with a file name and optional content, such as a title, an associated style sheet, a background image or color selection, a header based on the title, and a footer with the page creation date. |
4GL JSP Page |
Create a 4GL JSP page with error and trace options, parameter definitions, and EAServer component selections in addition to the standard content options of the Web Page wizard. |
JSP DataWindow Page |
Creates an HTML page with a Web DataWindow. You define the DataWindow source and connection information in wizard screens. |
To start the editor with a new document:
Select File>New. Click the JSP tab in the New dialog box.
Double-click a JSP page wizard icon.
Follow the instructions in the wizard.
When the HTML editor opens, begin editing in Page view
or
Click the Source tab to edit in Source view.