I'm trying to write my own DynamicImageMap component.  However, the
way the current ImageMap component works is that it uses Link.getURL()
to generate the <area> elements.  That method is protected (ImageMap
is in the same package as Link, so it can see it).  Is there any way
we can open this up a bit?

Reply via email to