hi everyone,

say i have three text boxes in jsp form. and i want them to be written in database row by row, how would that be done?

thank you

ps I posted it here because nobody is answering it in jsp...

I hope you're sending the form to a servlet.
If so, indeed simply get the values using request.getParameter(), and send them to the database using whatever mechanism you decided to use for that (Hibernate, JDO, direct JDBC, or whatever).

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.