Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

inserting values from dynamically generating textbox(javascr) to mysql

843859Apr 13 2007 — edited Apr 13 2007
plz 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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 11 2007
Added on Apr 13 2007
1 comment
338 views