Server side processing without ajax call
Server side processing without ajax call
![Gunasekaran](https://secure.gravatar.com/avatar/4f7aba79b60d9e623e1dbc746cad9da7/?default=https%3A%2F%2Fvanillicon.com%2F4f7aba79b60d9e623e1dbc746cad9da7_200.png&rating=g&size=120)
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