I just re-read my post and noticed that the Struts configuration for the testB action somehow got mangled. The correct configuration for TestB is
<action name="testB" class="testB" method="submit"> <result name="input" type="chain"> testA display </result> </action> -- View this message in context: http://www.nabble.com/Struts-2%3A-Action-chaining-behaving-differently-when-validations-fire-tp17065631p17070480.html Sent from the Struts - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]