Re: ActionValidatorManagerFactory

2008-05-07 Thread Jay Bose
Jeromy, I looked into this a bit more and in the end, I was able to basically replace my reference to ActionValidatorManagerFactory with ActionValidatorManager. I got the ActionValidatorManager instance set via the @Inject annotation. Thanks for your response; it definitely set me in the right

Re: ActionValidatorManagerFactory

2008-05-03 Thread Jay Bose
nject for more information. > > Jay Bose wrote: > > While I used WebWork-2, and the XWork associated with it, I was able to > programmatically > > retrieve action validation using the ActionValidatorManagerFactory. > > > > Now, it seems this class was removed. >

Re: ActionValidatorManagerFactory

2008-05-02 Thread Jeromy Evans
beans in struts-default.xml and the usages of @Inject, Container.getInstance and Container.inject for more information. Jay Bose wrote: While I used WebWork-2, and the XWork associated with it, I was able to programmatically retrieve action validation using the ActionValidatorManagerFactory

ActionValidatorManagerFactory

2008-05-01 Thread Jay Bose
While I used WebWork-2, and the XWork associated with it, I was able to programmatically retrieve action validation using the ActionValidatorManagerFactory. Now, it seems this class was removed. Any suggestions on how to programmatically get a ValidatorFactory instance