How to reload data from HttpSession
How to reload data from HttpSession
Hi all,
first of all let me thank the community for this amazing plug-in.
I'd like to reload new data, stored within the http session through an ajax call, as it happens when one reloads the page, but without refreshing.
I saw there are other ways like using a JSON object returned from the ajax call, but in my case I don't want to change what the server returns, which at the moment is just a refreshed object in the http session.
The scenario is as follow:
1) the page load the first time and the data showed in the table are retrieved from the session
2) the user press a button that fires an ajax call
3) server side, a new object is stored in the session
4) how can I refresh the data in the table without refresh the page?
Hopefully I made myself clear.
Many thanks in advance.
first of all let me thank the community for this amazing plug-in.
I'd like to reload new data, stored within the http session through an ajax call, as it happens when one reloads the page, but without refreshing.
I saw there are other ways like using a JSON object returned from the ajax call, but in my case I don't want to change what the server returns, which at the moment is just a refreshed object in the http session.
The scenario is as follow:
1) the page load the first time and the data showed in the table are retrieved from the session
2) the user press a button that fires an ajax call
3) server side, a new object is stored in the session
4) how can I refresh the data in the table without refresh the page?
Hopefully I made myself clear.
Many thanks in advance.
This discussion has been closed.