Creating a JSP page from an existing page

If there is an existing page that you would like to use as the basis for a Java Server Page (JSP), you can copy that page as a JSP.

NoteTo create a JSP from an existing page, you must have at least one of the following privileges:

You can create a JSP only from a Standard page, or a page of a custom type based on the Standard page type.

To create a JSP from an existing page:

  1. In the Navigator, click Copy as JSP next to the page that you want to use for your JSP.

  2. In the Name field, enter a name for the page.

    Note: The name is used internally and for direct access URLs. The name is limited to 40 characters, and can contain any alphanumeric character (A-Z, a-z, 0-9), spaces, and the following special characters: _, -, ., (, ), ! , ; = ~ @.

  3. In the Display Name field, enter a descriptive name for the page.

    Note: The display name is limited to 40 characters.

  4. Select:

  5. Click OK to create the JSP page.

Related topics

Creating a JSP page
JSP considerations