Hi,
I have created a public website in the enterprice portal.
It is created as a Java Portal Development Component in Developer Studio and deployed with JDI.
I am not using any portal themes, HTMLB or EPCF. I have removed HTMLB and EPCF by editing the portalapp.xml file
<property name="EPCFLevel" value="0"/> (And not include sharing to HTMLB)
Following HTML is generated by the system.... WHY ?
I dont't need it, and don't want it!
____________________________________________________________________ <html> <head> <LINK REL=stylesheet HREF="/irj/portalapps/com.sap.portal.design.portaldesigndata/themes/portal/custom_internet/glbl/glbl_ie6.css?6.0.16.0.1"> <LINK REL=stylesheet HREF="/irj/portalapps/com.sap.portal.design.urdesigndata/themes/portal/custom_internet/ur/ur_bdy_prtl_ie6.css?6.0.16.0.1"> <LINK REL=stylesheet HREF="/irj/portalapps/com.sap.portal.design.portaldesigndata/themes/portal/custom_internet/prtl_std/prtl_std_ie6.css?6.0.16.0.1"> <!-- HTML Business for Java, 60NW_VAL_REL, 197094, Fri Oct 27 02:20:44 CEST 2006 --> <!-- HTMLB: begin VARS --> <script language="JavaScript"> ur_system = {doc : window.document , mimepath :"/irj/portalapps/com.sap.portal.design.urdesigndata/themes/portal/cubizz_internet/common/", stylepath : "/irj/portalapps/com.sap.portal.design.urdesigndata/themes/portal/cubizz_internet/ur/", emptyhoverurl : "/irj/portalapps/com.sap.portal.htmlb/jslib/emptyhover.html", is508 : false, dateformat : 1, domainrelaxing : "MINIMAL"}; </script> <!-- HTMLB: end VARS --> <title >DEV</title> <meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8"> </head> <body class="prtlBody urFontBaseFam urScrl"> </body> </html> ____________________________________________________________________
Why can it not just contain the code I have put into my jsp..