Hi,
I’m using this syntax with vaadin 8.8.2, App layout plugin 1.0.2:
layout.addNavigationElement(new NavigatorNavigationElement("events", "events", VaadinIcons.CALENDAR_USER, null, ViewEvent.class));
The menu appears, but clicking on it the View is not loaded, nothing happen.
any ideas on why the view is not loaded ?
Thanks