<action path="/Test5" command="preAction" type="net.wsmoak.chain.webapp.MyAction" scope="request"> <forward name="success" path="test5.jsp"/> </action>
... first the command (or chain) called 'preAction' is executed.
What I think will happen:
Is this by design, or just the way it happens to work because of the order of items in the 'struts' request processing chain?