This week's book giveaway is in the Kotlin forum. We're giving away four copies of Kotlin for Android App Development and have Peter Sommerhoff on-line! See this thread for details.
I have a jsp screen1 with lot of radio buttons and a text box.
Once some of these radio buttons are selected and text box typed with a value
and submit button clicked, it has to update the postgre DB with the selected radio
button's text and the text box value.
On successfull updation of DB, it has to redirect to a jsp screen 2.
Currently i have the jsp screen 1 but i dont know how to get responses and proceed.