Show TOC

JSP as Portal ComponentLocate this document in the navigation structure

Use

To create a portal component from a JSP page, create a <component> element in the deployment descriptor of your application.

Specify the following properties in the <component-config> element:

Property

Value

JSP

The path to the JSP file that is run when the component is called.

The path is relative to the PORTAL-INF folder of your PAR.

ComponentType

jspnative

You do not have to create a className property.