Re: wicket clickable image with tooltips map

2021-11-06 Thread C.S.
Wicket version is 8.12.0 wicket-bootstrap version is 2.0.15 Until now i am reluctant of trying a higher bootstrap version, since this means a migration from Bootstrap 3.x to 4.x (flex model) and editing all my html as well. So i first have to develop a small test prototype with higher versions

Re: wicket clickable image with tooltips map

2021-11-04 Thread C.S.
Many thanks Sven and Martin, Svens suggestion (adding an AjaxEventBehavior("load")) works like a charm. Exactly what i was asking. Now the next problem is with #de.agilecoders.wicket.core.markup.html.bootstrap.components.TooltipBehavior Allthough the resulting html is now perfect (img tag

wicket clickable image with tooltips map

2021-11-03 Thread C.S.
Dear wicket developers, i try to integrate wicket with jfreechart. Wicket wiki contains an example under https://cwiki.apache.org/confluence/display/WICKET/JFreeChart+with+clickable+imagemap but this code is 11 yrs old and does not work with current versions. Speaking of versions: i must stick