The following tag is used to define a custom request processor?
-
<request-processor/>
-
<controller/>
-
<action-processor/>
-
<action-controller/>
B
Correct answer
Explanation
In Struts configuration, the tag is used to specify a custom RequestProcessor class. The 'processorClass' attribute of the controller element defines the fully qualified class name of the custom RequestProcessor. Options A, C, and D are not valid Struts configuration tags.