Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
org.apache.isis.viewer.wicket.ui.components.entity.icontitle.EntityIconAndTitlePanel.determineTitle() would try to resolve the title of the node and then fails with a NullPointerException
Nodes are view models, not entities.
Current workaround: inject the dependencies via custom TreeAdapter implementation.