View Single Post
  #3 (permalink)  
Old 07-31-2007, 03:11 PM
Swamipsn Swamipsn is offline
Member
 
Join Date: Jul 2007
Posts: 72
Swamipsn is on a distinguished road
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!!
Reply With Quote