Anonymous - 2002-09-18

The FAQ for StrutsTestCase implies that you should be able to call multiple actionPerform() methods sequencially: "Alternately, you can test several Action subclasses in a sequence by calling setRequestPathInfo() and actionPerform() for each one."
When I attempt this, I get an exception:
junit.framework.AssertionFailedError: Error running action.perform(): class java.lang.IllegalStateException - Cannot forward after response has been committed

Would anyone know what I might be missing here?

Thanks in advance...