Spring config:
<bean id="employee"
class="pl.org.lenart.ems.web.actions.EmployeeAction"
scope="prototype">
<constructor-arg ref="employeeManager"/>
</bean>with JUnit test there was no problem Regards -- Lukasz http://www.lenart.org.pl/ --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

