Search...
FAQs
Subscribe
Pie
FAQs
Recent topics
Flagged topics
Hot topics
Best topics
Search...
Search within JSP
Search Coderanch
Advance search
Google search
Register / Login
Win a copy of
OCP Oracle Certified Professional Java SE 21 Developer Study Guide: Exam 1Z0-830
this week in the
Programmer Certification
forum!
Post Reply
Bookmark Topic
Watch Topic
New Topic
programming forums
Java
Mobile
Certification
Databases
Caching
Books
Engineering
Micro Controllers
OS
Languages
Paradigms
IDEs
Build Tools
Frameworks
Application Servers
Open Source
This Site
Careers
Other
Pie Elite
all forums
this forum made possible by our volunteer staff, including ...
Marshals:
Campbell Ritchie
Tim Cooke
Liutauras Vilda
Jeanne Boyarsky
paul wheaton
Sheriffs:
Ron McLeod
Devaka Cooray
Henry Wong
Saloon Keepers:
Tim Holloway
Stephan van Hulst
Carey Brown
Tim Moores
Mikalai Zaikin
Bartenders:
Frits Walraven
Forum:
JSP
checkbox value to java class
divya kundapur
Ranch Hand
Posts: 110
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
i have a html form with 2 html checkbox and a submit button. When the user selects one checkbox i need the value of it in
java
class. How can i get that value ?
SCJP - 5.0
Mohamed Inayath
Ranch Hand
Posts: 124
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Divya,
I believe you submitting the HTML form to a
Servlet
.
Then retrieve the value from request and set it to the Java class.
divya kundapur
Ranch Hand
Posts: 110
posted 15 years ago
Number of slices to send:
Optional 'thank-you' note:
Send
Hey,
thank you very much.
SCJP - 5.0
This parrot is no more. It has ceased to be. Now it's a tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
reply
Bookmark Topic
Watch Topic
New Topic
Boost this thread!
Similar Threads
How to get value from innerHTML
problem with unchecking checkbox
check boxes retrieving problem
Valid JSP Parameters
JSP page not showing alert box
More...