inserting values from dynamically generating textbox(javascr) to mysql
843859Apr 13 2007 — edited Apr 13 2007plz help me in inserting the values from dynamically generating
textboxes using javascript in jsp page.i want fetch this values and i
need to insert in the table.
i created the javascrpt..that will generate text boxes inside the <form></form>when user clicks add button
i am not getting clearly that how could i add these values in database...
1.how could I fetch all these values( variable) to my bean(getters and setters).
2.from bean i need to pass this in DTO where I need to typecast..as per reqiurment.
3.from here i want to pass all these values to the DAO layer. to insert in the database
plz help atleast that i can add these values into the databse..from these dynamically generating textboxes using bean layer.
waiting for ur reply
thanks...
vishnu sankar