aspose file tools
The moose likes Servlets and the fly likes JSP/Servlet MVC 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 » Servlets
Reply Bookmark "JSP/Servlet MVC" Watch "JSP/Servlet MVC" New topic
Forums: HTML CSS and JavaScript Servlets
Author

JSP/Servlet MVC

Hus En
Greenhorn

Joined: Feb 28, 2013
Posts: 4
HI, im doing a student information system and im using JSP Servlet, MVC concept.. i have an attendance form which lecturers can upload student attendance to the database. on the attendance page i have a listbox having batch number, depending on the selected batch number im generating a table dynamically filled with all the students in the particular batch. in the table i have student ID, Student Name, and a CHECK BOX to tick if the student is present. my problem is, i want to send the record of the student to database immediately when user checks the check box. i would be really grateful if you could provide me any help regarding this scenario. thanks everyone
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56202
    
  13

For that you will need to use JavaScript and Ajax.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Saif Asif
Ranch Hand

Joined: Aug 11, 2011
Posts: 294

Greetings Hus En ,

Use Ajax to achieve this.


Regards, Muhammad Saif Asif Mirza
SCJA(5/6) SCJP(6)
Hus En
Greenhorn

Joined: Feb 28, 2013
Posts: 4
thanks its done...
 
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: JSP/Servlet MVC
 
Similar Threads
SQL problem
Attendance Record
how to select using check box
How To Make an Array from Multiple Selection of a Drop-Down Menu (or Scrollable List)
How to model a relation where a column has to refer two columns in different tables?