aspose file tools
The moose likes JSP and the fly likes Problem with retireving checkbox values from a jsp to a servlet. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "Problem with retireving checkbox values from a jsp to a servlet." Watch "Problem with retireving checkbox values from a jsp to a servlet." New topic
Author

Problem with retireving checkbox values from a jsp to a servlet.

smyle khanna
Ranch Hand

Joined: Jan 14, 2004
Posts: 54
Hi
i have a jsp page with provides certain permission for add,delete n edit which r checkboxes.
there r 5 rows of add,delete n edit for different users.
at submit the data has 2 b inserted to the database n this is done using a servlet.
the problem is i donno how 2 retrieve the values of a check box for a particular row of users and check whether they have been selected or not.
it wuld be helpful if i get the code or similar example
thanks in advance
Smyle
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Problem with retireving checkbox values from a jsp to a servlet.
 
Similar Threads
DispatchAction and Validator
JTextArea and saving to a file
Updating DB from JSP
How to add Hyperlink in DisplayTag?
Inserting, Editing, deleting rows in JTable