I have a baby web application *not* using Spring for DI and I'm having a
problem where StrutsObjectFactory is running through its buildAction()
routine.  It seems to defer to its parent class ObjectFactory to have the
action instance created, and this behavior is *not* injecting the bean into
the action via the actions public bean setter method.  Is there some Guice
annotation that I am expected to place in the action class source before its
contained bean will be instantiated?

S
-- 
View this message in context: 
http://www.nabble.com/StrutsObjectFactory-tp14503022p14503022.html
Sent from the Struts - User mailing list archive at Nabble.com.


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

Reply via email to