testActionConfig.setPath("/Test");
testActionConfig.setName("foo");
testActionConfig.setScope("request");
moduleConfig.addActionConfig(testActionConfig);
moduleConfig.freeze(); // otherwise, ActionConfigMatcher will be null and we'll get an NPE...
}
public void testLookupByNameAndRequestScope()
throws Exception {
CopyFormToContext command = new CopyFormToContext();