return icon;
} else if (wicketId.startsWith("thumbRating_")) {
ContentLoc loc = new ContentLoc(getModel().getObject());
String thumbId = elt.getAttribute("id");
ThumbPanel thumbPanel = new ThumbPanel(wicketId, loc, thumbId);
thumbPanel.add(new AttributeRemover("id"));
return thumbPanel;
} else if (wicketId.startsWith("thumbRatingDescription_")) {
Label thumbRatingDescription = new Label(wicketId, new ResourceModel("thumbRatingPanel.ratingDescription", "Rate It:"));
return thumbRatingDescription;