You could do this by: * subclassing CollectionContentsLinksSelectorPanel and override determineInitialFactory() method, * subclassing CollectionContentsLinksSelectorPanelFactory to create your new panel * in ComponentFactoryRegistrarForQuickStart, use componentFactories.replace(...) to replace CollectionContentsLinksSelectorPanelFactory with your new factory
We should perhaps provide some sort of formal API for this, any suggestions welcome. Cheers Dan On 23 January 2013 18:47, Christian Steinebach < [email protected]> wrote: > Hi! > > Is there a way to tell Isis to use the chart display as a default > instead of the table view? > > Christian
