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

Need to generate a form dynamically with repeating form elements [Based on the number

 
Ranch Hand
Posts: 18944
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Using Struts, Need to generate a form dynamically with repeating form elements [Based on the number N entered by user] the FORM should show the below Logo's elements N times in a JSP , user will then enter all fields and submit the form.

(refer output.htm attached)

Logo#1 - label

Name_1 textbox Description_1 textarea Status_1 radio button Sequnce_1 textbox

Logo#2 - label

Name_2 textbox Description_2 textarea Status_2 radio button Sequnce_2 textbox

etc

The above is needed in Create/ Edit screen of Logos collection data. How to achieve this with Struts f/w ? If anyone has worked on such Form display and Validations using Struts, pls reply back ...

thanks, Avinash
 
Rancher
Posts: 13459
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
We have a Struts forum for these questions, but you will need to register first. Registering is free and does not include spam or any other nasties.
    Bookmark Topic Watch Topic
  • New Topic