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
Hi,
if I set my error view with setErrorView(MyView.class), when Navigator has to redirect to the error view, it creates a new instance of MyView.class instead of getting the autowired view as expected.
Here's my workaround:
navigator.setErrorProvider(new ViewProvider() {
private static final long serialVersionUID = 1L;
Hi,
if I set my error view with setErrorView(MyView.class), when Navigator has to redirect to the error view, it creates a new instance of MyView.class instead of getting the autowired view as expected.
Here's my workaround:
navigator.setErrorProvider(new ViewProvider() {
private static final long serialVersionUID = 1L;
The text was updated successfully, but these errors were encountered: