Hi There All!
Working with Wicket for a while now, and really starting to get hooked,
great stuff!
I am working on a user interface for an application, and ran into a
(minor) thing, I hope someone can shine a light on this.
In a shortcut menu, I am using an imagemap with a couple of links in it,
and I am wondering if it is possible to create some ALT tags for mouse
over actions, one for each link The links in the Imagemap look this this
(simplified for readability):
imageMap.addPolygonLink(new int[] {123,123), new
BookmarkablePageLink("Support", SupportHomePage.class);
So I tried to create a SimpleAttributeModifier on both the PolygonLink
and BookmarkablePageLink, but unfortunately none of them worked.
Did I miss something here, or is there just no possibility?
thanks in advance!
Frank Prins