Currently I have to call
super.getNavigator().setErrorView(new ErrorView());
to add my view as an error view (I stand corrected). I would expect something like a
@VaadinErrorView
annotation, which can only be used for exactly one class (This could be checked by the DiscoveryNavigator).
Currently I have to call super.getNavigator().setErrorView(new ErrorView()); to add my view as an error view (I stand corrected). I would expect something like a @VaadinErrorView annotation, which can only be used for exactly one class (This could be checked by the DiscoveryNavigator).