Statement B is true: Each Struts module can have only one controller (RequestProcessor) defined. Statement D is true: The tag in struts-config.xml allows configuring exception handling, including forwarding to specific error views when exceptions occur. Statement A is false: The 'name' attribute of specifies the form bean name, not the action name (the action's logical name is the 'path' attribute). Statement C is false: While WEB-INF is recommended for security, config files can be placed elsewhere if properly configured in web.xml.