avinash avinash

Greenhorn
+ Follow
since Sep 27, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by avinash avinash

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
18 years ago