Multiple choice technology web technology

DynaActionForm creates the action object while that action invoked

  1. True

  2. False

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

DynaActionForm creates the appropriate ActionForm instance dynamically when an action is invoked. It uses the form bean definition in struts-config.xml to instantiate the form class, populate it with request parameters, and make it available to the action for processing.