• 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

Dynamic page generation

 
Ranch Hand
Posts: 1026
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have this requirement where I need to generate dynamic page using struts 1.2.

I have a lengthy page where I have 10 drop downs, 10 textboxes, 7 radio buttons. Based on user selection of these fields I need to generate a questionnaire page which has drop downs, text boxes and radio buttons. The order of controls in questionnaire page changes based on user selection in the previous page.

Can we do these kind of things with struts? Can you please suggest me a way out here.

I appreciate if you can suggest me any other technology as well that can help me here.
reply
    Bookmark Topic Watch Topic
  • New Topic