Seems that there's a file called shale-config.xml within the shale-core.jarfile that has chain commented both for preprocess() and prerender().
Is there any reason why this is commented and disabled? How can I enable it? On 8/12/06, Enrique Medina Montenegro <[EMAIL PROTECTED]> wrote:
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.
