How do you put a Spring object into the Struts application scope Map on
startup of a web application?  I have 2 listeners that I thought would be
the usual suspects, but have not had success yet.

I have a ServletContextListener class but on the
contextInitialized(ServletContextEvent event) method, my spring bean has
not been created yet.

Secondly, I have a Spring "ApplicationListener", but in the
onApplicationEvent(ApplicationEvent event) method,
"ServletActionContext.getContext()" is null.  How is this traditionally
accomplished?

Thanks!
Burton

Reply via email to