It shouldn't really matter once your applicationContext*.xml file follows the correct structure and is loaded up in the correct way i.e. propbably through your web.xml in this case.

Can you mail me or post your applicationContext files?

Maybe if you post you

Struts2 Fan wrote:
<bean id="personAction"
class="org.appfuse.tutorial.webapp.action.PersonAction"
scope="prototype">
       <property name="userManager" ref="userManager"/>
</bean>

I added this to the ApplicationContext-struts.xml already but still it gets
null. Do I put it ApplicationContext.xml? I know that we define
Struts2-Actions in the ApplicationContext-struts.xml

Thanks for reply.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to