On 8/12/06, Enrique Medina Montenegro <[EMAIL PROTECTED]> wrote:
Hi, I'm trying to use Tiger extensions for the ViewController where my JSF beans get created by Spring using its DelegatingVariableResolver. I've marked one of my JSF beans as @View, and also declared a method as @Init, but it does not get invoked at all. However, if I make myJSF bean extend AbstractViewController, everything works fine. Is Shale incompatible with Spring?
Unfortunately, that particular combination (@View annotation on a Spring-created bean) does not currently work. The Tiger extensions only recognize the @View annotation on a bean declared in a faces-config.xmlfile. I consider this to be something that *should* ultimately work (so it would be great if you could file an issue in our issue tracking system[1] to put it on the list of things to do). But it's going to take some thinking on how to actually get it done. Craig [1] http://issues.apache.org/struts/ Thanks.
