in which file is the userManager declared? thanks,
tibi tibi wrote: > hi list, > > i have an irritating problem: > i have extended the FileUploadAction. the file upload action is fine i > only want to do some extra stuff (add the file location into the > database) it works fine but... > > for my application i need to add the userManager into the > applicationContext.xml > <bean id="uploadCVAction" > class="nl.incipio.match.webapp.action.UploadCVAction"> > <property name="candidateManager" ref="candidateManager"/> > <property name="userManager" ref="userManager"/> > </bean> > > if i have a public void setUserManager(UserManager userManager) in my > action this will work. somehow it can't fine the one in the extension. > but now my tests fail because it can't find a userManager (which i don't > need/have in my applicationContext.xml) > > i tried to solve this by adding a myUserManager in to the > applicationCOntext.xml but i could not get this working. > > any idea?? > > thanks > > tibi > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
