Marylou Thompson

Greenhorn
+ Follow
since Jun 23, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Marylou Thompson

I have a JSP with a select box,radio buttons, and a submit button. The user will make a select from the select box and click on one of the radio button. When the submit button is clicked on the JSP redirects to another JSP that needs to determine the value from the select box (which works) and determine which radio button is checked. The 2nd JSP saves the value from the select box using request.getParameter(select box name). However, I can't determine which radio button is "on". How should I do this?
20 years ago
JSP