Hi guys,
I want to know something
is there any disadvantages of Dynaaction form in struts ??
Printable View
Hi guys,
I want to know something
is there any disadvantages of Dynaaction form in struts ??
By using DynaActionForms one cannot create base classes and extend them as done using forms. This functionality is limited.
The biggest disadvantage is DyanaActions are not native java code so if any variable or declarative or type conversion related problems will happen in your DynaActionForm Java does not detect it, but its throw exceptions.