Multiple choice technology web technology

Name the struts tag used to declare forwards common to all the actions in an application?

  1. <common-forwards>

  2. <forwards-global>

  3. <common-forward>

  4. <global-forwards>

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

In Struts configuration, the tag is used to define forward declarations that are common to all actions in the application. These forwards can be referenced from any action using their logical name. Options A, B, and C are not valid Struts configuration tags.