Hi All
I am using the following code to implement an ImageMap in my portal component using jsps.
<% String ImageURL = componentRequest.getWebResourcePath() + "/images/"; %>
<hbj:imageMap id="imageMapID" >
<hbj:imageArea areaType="RECTANGLE"
coordinates="0,0,39,30"
link="linkID"
tooltip="Click here to go to the SAP site" />
</hbj:imageMap>
<hbj:image
id="Logo"
imageMapId="imageMapID"
tooltip="People Finder"
width="434"
height="224"
src="<%= ImageURL +"welcome1.jpg" %>"
alt="picture peopleFinder.jpg"
/>
When I compile this and deploy to the local pdk portal i get the following error
java.lang.ClassNotFoundException: com.sapportals.htmlb.taglib.ImageMapTag
Any help on this is very appreciated
Pankaj
Stupid trick to get the message at the top of the forum.
An update, based on the error message "java.lang.ClassNotFoundException: com.sapportals.htmlb.taglib.ImageMapTag" I opened the htmlb.jar from the location "irj ootWEB-INFpluginsportalserviceshtmlblib" using Winzip. And voila this class was not there.
With this in mind my question is how do I get an updated htmlb.jar file containg the ImageMapTag class. FYI I asked some one who is working on EP60 to check his htmlb.jar file and this class is there.
Any suggestions are welcome.
Regards
Pankaj
Add a comment