RE: ViewController.prerender()

2006-11-21 Thread Gary VanMatre
>Is this fixed, jira told closed, but its not working for me. > >Using prerender + preprocess ( doesnt matter if tiger annotations or >viewcontroller interface is added ), they are not called. How is your application different than the shale-test-view app? http://svn.apache.org/viewvc/shale/frame

Re: ViewController

2006-11-21 Thread Gary VanMatre
>From: "Meyer, Stefan" <[EMAIL PROTECTED]> > > There does not seem to be a Lifecycle method in the ViewController > called before model update (if immediate=false). > The preprocess method is called on the view controller on a postback. It's called before the apply request values phase.

RE: ViewController.prerender()

2006-11-21 Thread Torsten Krah
Is this fixed, jira told closed, but its not working for me. Using prerender + preprocess ( doesnt matter if tiger annotations or viewcontroller interface is added ), they are not called. Its a simple bean in request scope, annotated with prerender + preprocess, init and destroy are working, the o

Re: ViewController.prerender()

2006-11-21 Thread Craig McClanahan
On 11/20/06, Torsten Krah <[EMAIL PROTECTED]> wrote: The @View annotation is there - any other things i should look for? @property, @view, @bean, phaselistener annotation are working fine, @init too - but prerender, preprocess and destroy are ignored, maybe other ones aren't working too, but i

AW: ViewController

2006-11-21 Thread Meyer, Stefan
The preprocess method is called even if the immediate flag is set to true because it is called after the restore view phase and not before the model update. I want setup code to only be executed if necessary - the model is updated or the view is rendered. Therefore I need a prerender and a preModel