1 Reply Latest reply on Jan 21, 2008 6:52 PM by keithbannister

    Problem with <a4j:mediaOutput> and usemap

    hhoehn

      Hi,

      I have an image displayed with the <a4j:mediaOutput> element. and i want to include a map with the usemap attribute. But all tries have had no success. The image have no clicking area.

      Code example:

      <a4j:mediaOutput element="img" cacheable="false" session="true"
       createContent="#{ChartBean.paint}" value="hallo" mimeType="image/png" usemap="#map1"/>
      <map name="map1">
       <area shape="circle" coords="150,110,80" href="http://www.heise.de"/>
      </map>
      


      Can anybody help me to set an area. i have found no docu beside the attribute list about "usemap"