Server side processing without ajax call
Server side processing without ajax call
Gunasekaran
Posts: 2Questions: 0Answers: 0
Hi,
I need to load the values using datatable server side processing on load of a jsp page... How i have implemented now is, will go to controller and then forward to jsp. on load of jsp, using ajax call i will do the server side processing.. These will have 2 request to db( one in controller and in ajax call). What i want is i need to avoid ajax call( which is done on load of jsp) and get the data when i go to controller itself.. Is it possibel in server side processing?
Please let me know.
I need to load the values using datatable server side processing on load of a jsp page... How i have implemented now is, will go to controller and then forward to jsp. on load of jsp, using ajax call i will do the server side processing.. These will have 2 request to db( one in controller and in ajax call). What i want is i need to avoid ajax call( which is done on load of jsp) and get the data when i go to controller itself.. Is it possibel in server side processing?
Please let me know.
This discussion has been closed.
Replies
Allan
Allan