*/
public DmLiteEntryDescriptionPanel(final String wicketId) {
super(wicketId);
String dmLiteDescription = getLocalizer().getString("dmLite.description", this);
add(new Label("dmLiteDescription", dmLiteDescription));
add(new Image("model1"));
add(new Image("model2"));
add(new Image("model3"));
}