Has ActionValidatorManagerFactory been replaced in Struts 2.2.3? I’m trying to write a unit test to test my validation logic, and can’t find the class.
Has ActionValidatorManagerFactory been replaced in Struts 2.2.3? I’m trying to write a unit test
Share
Yes, it was removed some time ago in favor of a dependency injection approach.
This may help you out:
http://www.mail-archive.com/dev@struts.apache.org/msg31637.html