• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

MapBacked ActionForms and DynaActionForm

 
Ranch Hand
Posts: 266
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
When do we use MapBacked ActionForms and DynaAction Forms. Can we not have map values in DynaAction Form ? Also I feel DynaActionForms are more simpler to use compared to MapBacked ActionForms

Thanks for your response.
 
jose chiramal
Ranch Hand
Posts: 266
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Trying to re phrase the question :

Just wanted to know if we can use Map values in DynaActionForm ?

Also any good websites where i can understand the three types of forms , the datatypes they take, when to usethem etcc.. namely :

1. ActionForm
2. DynaActionForm
3. MapBackedActionForm
 
reply
    Bookmark Topic Watch Topic
  • New Topic