The 'validating' init-param of ActionServlet controls whether Struts validates its configuration file against the DTD. When set to true, it bypasses this validation (option B). It does NOT bypass ActionForm validation (A) - that's controlled differently. Option C is incorrect as message key errors are handled separately.