+

Search Tips   |   Advanced Search


Add a JSP element to an item

You add a JSP element to a site, site area or content item when you want a section of JSP to be used for a specific site area or content item.

You can only add an element to a content item if the manage elements button has been enabled in the authoring template used by the content item.

  1. Open or create a site, site area or content item.

  2. Click Manage Elements .

  3. Select JSP as the element type.

  4. Enter a name. Do not use double-byte and non-ASCII characters.

  5. Enter a display title to use as the title of the element displayed indexes and forms.

  6. Click OK. The JSP element is added to your form.

  7. Go to the JSP element you created:

    1. Enter the path to the JSP file. The path must begin with a forward slash.

      For example:

      /path/jspfilename.jsp
      

      Storing JSP Files

      JSP files can be located:

      • within the PROFILE_HOME/installedApps/node-name/wcm.ear/ilwwcm.war directory of your server.

        The JSP page is also stored in the client war directory of the local rendering portlet or of the servlet or portlet that calls the JSP, if using the Web Content Management API. For example, to render a JSP page on a local rendering portlet, you would also need to store a copy of the JSP file under PROFILE_HOME/installedApps/node-name/PA_WCMLocalRendering.ear/ilwwcm-localrende.war

      • within any other Web application running on portal. When referencing JSP files in another Web application, use the following path: contextPath;jspPath

        For example: /wps/customapplication;/jsp/editor.jsp

    2. Enter an error message to display when an incorrect JSP path is entered. A Java exception stack trace will be displayed if there is syntax error.

  8. Save the item form.


Parent topic:

Use a JSP element