Hi I understood that the method iconName() should return a String which is the name of an image file in dom/src/main/resources/images. I inserted the method into ToDoItem.java but still the default ToDoItem.gif icon is shown in the wicket viewer.
I inserted
public String iconName(){
return "SomeIcon";
}
into ToDoItem.java
but iconName() is never called
Christian
