Re: title() value appears in table

2015-09-27 Thread Dan Haywood
This is configurable, see http://isis.apache.org/guides/ug.html#_ug_wicket-viewer_configuration-properties_abbreviating-titles If set to 0, then (IIRC) it will suppress the title completely (though the icon is still available as a hyperlink to the object). Cheers Dan On 27 September 2015

title() value appears in table

2015-09-27 Thread Stephen Cameron
Hi, I am not sure if this is correct, that a title() value appears in a collection table column? In my Note class I have: // region > identificatiom @PropertyLayout(hidden = Where.ALL_TABLES) public String title() { return "Note: " + getSubject(); } // endregion

Re: title() value appears in table

2015-09-27 Thread Stephen Cameron
This is in my polymorphic linked Note object, so suspect that is the reason for the behaviour. On Sun, Sep 27, 2015 at 8:36 PM, Stephen Cameron wrote: > Hi, > > I am not sure if this is correct, that a title() value appears in a > collection table column? > > In