When previewing an iview, I get an error.
In the NWA log, I see:
Package Name : pagelet
Class File : E:\usr\sap\DFE\JC00\j2ee\cluster\server0\apps\sap.com\irj\servlet_jsp\irj\root\WEB-INF\portal\portalapps\com.fdc.portal.FileViewer\work\pagelet\_sapportalsjsp_FileViewer.class
Is out dated : false com.sapportals.portal.prt.servlets_jsp.server.jsp.JSPCompiler@7dda1925
Anyone else ever see this problem?
In my portalapp.xml, I have...
<application-config>
<property name="PrivateSharingReference" value="com.sap.portal.htmlb"/>
</application-config>
What is the correct taglib reference for the jsp page if you want to use the "standard" htmlb taglib?
I am using "<%@ taglib uri="prt:taglib:tlhtmlb" prefix="hbj" %>".
If I remove this line, I do not get an error... but none of the page content (using htmlb tags) shows up obviously!