Hi, I've configured my JSF bean to be aware of ViewController callbacks, both using annotations and extending AbstractViewController, but my prerender() and preprocess() methods never get invoked.
I've seen that the ViewControllerCallbacks2 class has the callback invocation of my methods, but I cannot see when or why this class is invoked, as LifeCycleListener class doesn't use it at all. Do I have to configure something? Thanks.
