Brandon, I agree with Anu. I do not really understand the ObjectFactory thing. I have read somewhere else that a good solution could be to use aop to be able to set your service objects as mock. I have tried using spring AOP, but Im not very pleased with my solution. Do you have any suggestion to be able to set your service mock object in a nice way. I can see you are using ObjectFactory. Is that a class you have created yourself? In that case, is it a static class? How is it possible to use that one in your Action class? Lots of questions :) thanks, Pelle