Re: Using ViewController Tiger extensions together with Spring

2006-08-12 Thread Craig McClanahan
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

Re: ViewController callbacks

2006-08-12 Thread e . medina . m
Craig, Is there any workaround in the meantime? Thanks. --- -Original Message- From: Craig McClanahan [EMAIL PROTECTED] Date: Sat, 12 Aug 2006 10:58:59 To:user@shale.apache.org Subject: Re: ViewController callbacks On 8/12/06, Enrique Medina Montenegro [EMAIL PROTECTED] wrote: Hi,

Re: ViewController callbacks

2006-08-12 Thread e . medina . m
Craig, Anyway, as you already commented in my other email, annotations are not currently compatible with Spring, so I tried to use that prerender() callback without them, but still not are called. Could the issue with annotations have also affected extension of AbstractViewController? ---

Re: ViewController callbacks

2006-08-12 Thread Craig McClanahan
On 8/12/06, Craig McClanahan [EMAIL PROTECTED] wrote: 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