| Author |
problem regrding data entry form
|
toukhir mujawar
Ranch Hand
Joined: Oct 11, 2006
Posts: 70
|
|
hi.. i have a form displaying a data from some table... in this form there is a "ADD" button..i want to design a form for adding the data into the table....my problem is the no of records to be entered is not fixed...i m not getting any idea.. please help me... thanks..... [ October 20, 2006: Message edited by: Bear Bibeault ]
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26193
|
|
Toukhir, A common pattern for this is to show 5 or 10 rows worth of entry fields along with a button to add more fields to the form. Then when the user is done and ready to submit, they can submit them all in one shot.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
reddy yeruva
Greenhorn
Joined: Oct 18, 2006
Posts: 18
|
|
|
i can suggest one approach using javascript provide add another data option then in the servlet collect the all the information, then insert it into the data base
|
Y.Tirupati Reddy<br />reddy.yeruva@gmail.com
|
 |
 |
|
|
subject: problem regrding data entry form
|
|
|