|
Hi,
ActionForm is a normal FormBean which we have to write a java bean code
using traditional getter() & setter() and need to compile. After the rapid evolution of struts many struts developers feels that writing a java ActionFormfor every form is a tedious task. So DynaActionForm was introduced in the case of DynaActionForm we no need to write any ActionForm with native java bean code.DynaActionForm is too easy to use!!
|