• 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

how to create input fields dynamically in struts

 
Ranch Hand
Posts: 45
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Dear All,

I have a requirement in which i have to create input fields like text,radio button etc.. dynamically in jsp using struts framework?

Normally we define input fields using form-bean and configure in struts-config.xml file. But what i required is that the form-bean should be created dynamically.

For this which one is better whether DYNAACTIONFORM or LAZYDYNAACTIONFORM ? can anyone explain briefly with example or link me the examples site where i can found the difference?

Also one more query? How to populate the dynamically created form-bean with the values from the database.

waiting for the suggestions...
with Regards,
Srikanth.T
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic