Community
Participate
Working Groups
To reproduce: 1. Go to a controller. 2. Add this: getNavigationNode().addSimpleListener(new SimpleNavigationNodeAdapter() { @Override public void beforeActivated(final INavigationNode<?> source) { System.out.println("### beforeActivated"); } }); 3. Open the corresponding view. The system.out is never printed. Another example: ChoiceSubModuleController, line 129. It appears that the method that does notify the listeners is never called.