Re: [Mav-user] Maverick w/Spring

2006-02-01 Thread Jeff Schnitzer
Unfortunately I don't think there are many people here who are very familiar with Spring, but if you find the answer, please post it here. Thanks, Jeff wally bowles wrote: Hi Can someone help me figure out how to let Spring be the factory to instantiate the command controller objects within

Re: [Mav-user] Maverick w/Spring

2006-02-01 Thread Eelco Hillenius
Is the setting controller-factory which is described at http://mav.sourceforge.net/maverick-manual.html of any use? Eelco On 1/31/06, wally bowles [EMAIL PROTECTED] wrote: Hi Can someone help me figure out how to let Spring be the factory to instantiate the command controller objects

RE: [Mav-user] Maverick w/Spring

2006-02-01 Thread Giles, Mick
I have several coworkers that are familiar with both projects. I asked if anyone had ideas and this was the response I got... Although I haven't actually done it, you can probably create a controller-factory to lookup the controller in the ApplicationContext. I just did