Hi, do you know if Shale can be easily plugged in a MyFaces/Trinidad project? I'm interested in the ViewController pattern, but I can't make it work.
I setup the project as described in the Shale website, and also tried to manually set ViewViewHandler as the viewhandler in faces-config.xml. Stepping through the code I can see that it correctly find my managed-bean (using the ViewControllerMapper), but my init method is never called. I don't know which class is supposed to invoke those callback... Can this be related to Trinidad? Someone is using these two frameworks along? Thank you Cosma

