Hello,
I have a jsp that runs as jspnative.
portalapp.xml:
<component name="appointmentList">
<property name="ComponentType" value="jspnative"/>
<property name="JSP" value="jsp/appointmentList.jsp"/>
<property name="SecurityZone" value="de.ewenet.pct.entw.ivu/high_safety"/>
</component-config>
The generated page begins with
<html><head>
<!-- BEGIN: -
SAP LAF -
--> and so on ...
But I don't want to have the auto-generated script code, I only want to have my jsp. The next problem is, that the jsp don't use the defined style, but the style from the portal.
I thaught the use of jspnative only displays the jsp without adding portal script code.
Does anybody have an idea, how to create a portal component that diplays only the jsp?
Thanks for help,
Michaela