Re: ModelDriven interceptor after execute

2008-10-28 Thread stanlick
call the setModel at the end of your action? On Tue, Oct 28, 2008 at 4:33 AM, Alexander Baetz <[EMAIL PROTECTED]>wrote: > Hi, > > inside the execute method of an action i'm retrieving an Object. I want the > ModelDriven-Interceptor, to put it on the Stack when execute is done. > One solution woul

ModelDriven interceptor after execute

2008-10-28 Thread Alexander Baetz
Hi, inside the execute method of an action i'm retrieving an Object. I want the ModelDriven-Interceptor, to put it on the Stack when execute is done. One solution would be to put the execute code into prepare and use the paramsprepareparams-stack instead of the default-stack. Is there a bette