annotatedImageComponent.add(new AttributeRemover("annotatedImageId"));
return annotatedImageComponent;
} else if (wicketId.startsWith("hotSpot_")) {
// clickable areas on annotated images
HotSpotComponent hotSpotComponent = new HotSpotComponent(wicketId, elt);
hotSpotComponent.add(new AttributeRemover("annotatedImageId"));
return hotSpotComponent;
} else if (wicketId.startsWith("slideShow_")) {
SlideShowComponent slideShowComponent = new SlideShowComponent(wicketId, elt);
return slideShowComponent;