On 4/4/06, Brian Kotek <[EMAIL PROTECTED]> wrote: > Also just to add a bit more info, I'm seeing these in the exceptions section > in the debug output: > > 14:17:32.032 - coldspring.beanDefException - in > D:\Inetpub\wwwroot\coldspring\beans\BeanDefinition.cfc : > line 136 property requested does not exist for bean: sessionManager > > > 14:17:32.032 - coldspring.beanDefException - in > D:\Inetpub\wwwroot\coldspring\beans\BeanDefinition.cfc : > line 108 constructor-arg requested does not exist for bean: sessionManager
What does your userManager init() method look like? The names specified in the constructor-arg keys must exactly match the argument names for your init() method. -- Sean A Corfield -- http://corfield.org/ Got frameworks? "If you're not annoying somebody, you're not really alive." -- Margaret Atwood
