dashboard-demo icon indicating copy to clipboard operation
dashboard-demo copied to clipboard

DashboardNavigator does not extend SpringNavigator

Open HermanBovens opened this issue 7 years ago • 0 comments

Although this demo app is based on Spring, the custom Navigator implementation used in this demo app:

com.vaadin.demo.dashboard.DashboardNavigator

does not extend

com.vaadin.spring.navigator.SpringNavigator

and is therefore a bad example since it leads to the the following warning being logged:

c.v.spring.internal.DefaultViewCache     : The Navigator used does not extend SpringNavigator. View scope support may be limited, and future versions of Vaadin Spring may remove support for using a plain Navigator.

HermanBovens avatar Jul 12 '17 09:07 HermanBovens