File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Struts and the fly likes (struts 1.2)retreiving values from multibox 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 » Frameworks » Struts
Reply Bookmark "(struts 1.2)retreiving values from multibox " Watch "(struts 1.2)retreiving values from multibox " New topic
Author

(struts 1.2)retreiving values from multibox

Santhosh Puttu
Greenhorn

Joined: Jun 08, 2010
Posts: 27
I need to take check box values from jsp page to Action class.
And store values to database.
How to retreive the values of check box which are selected.

attendance.jsp




AttendanceAction.java



AttendanceForm.java
Santhosh Puttu
Greenhorn

Joined: Jun 08, 2010
Posts: 27
I did this for one student...
ie displayed first name and last name.... and a multiple check boxes ..
I am able to take checked values for first student.....

For remaining students.... How can I Take checked values of remaining students.
 
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: (struts 1.2)retreiving values from multibox
 
Similar Threads
Struts1: Nested/Indexed properties issue
displaying data from a single request object in struts2
Problem in SessionManagement in Struts
Problem in updating the fields to database
to get value of disabled check box value in action class