Skip to Content
0
Jan 06, 2004 at 04:14 PM

ImageMap not working in PDK

45 Views

Hi All

I am using the following code to implement an ImageMap in my portal component using jsps.

<% String ImageURL = componentRequest.getWebResourcePath() + "/images/"; %>

http://www.sap.com" />

<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