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.
To
create a JSP from an existing page, you must have at least one of
the following privileges:
Manage All privileges on the page group to which the page belongs
Manage privileges on the page
Manage global privileges on All Pages
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:
In the Navigator, click Copy as JSP next to the page that you want to use for your JSP.
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: _, -, ., (, ), ! , ; = ~ @.
In the Display Name field, enter a descriptive name for the page.
Note: The display name is limited to 40 characters.
Select:
Use Original Page's Portlet Instances if you want any customizations made to the portlets the original page to also be applied to the portlets on the JSP page.
Create Externally Published Portlets to create an externally published portlet for each portlet on the original page and use the externally published portlets on the JSP page. If you select this option, any customizations made to the portlets on the original page will not affect the portlets on the JSP page.
Click OK to create the JSP page.
Creating a JSP page
JSP considerations