You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: