label.add(new AttributeRemover("src"));
return label;
} else if (wicketId.startsWith("annotatedImage_")) {
// image with hotspots
AnnotatedImageComponent annotatedImageComponent = new AnnotatedImageComponent(wicketId, elt, getModel());
annotatedImageComponent.add(new AttributeRemover("annotatedImageId"));
return annotatedImageComponent;
} else if (wicketId.startsWith("hotSpot_")) {
// clickable areas on annotated images
HotSpotComponent hotSpotComponent = new HotSpotComponent(wicketId, elt);