Hi Christian, Could you raise a ticket on that? there's a reasonable chance that this doesn't work correctly yet...it's not a feature that Jeroen and I have used in our app.
Still, I think that the Wicket viewer should support it, as described. Thx Dan On 14 February 2013 11:11, Christian Steinebach < [email protected]> wrote: > 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 >
