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...
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.
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