Hi,
We use scheduler.load("<%=request.getContextPath()%>/simpleServlet") method to load the events from DB.
Initially while loading the page the events are getting loaded.
we change some value in the event and save it, it saves the values in DB using the servlet.
But the changes made are not getting reflected if call scheduler.load("<%=request.getContextPath()%>/simpleServlet") method again.
But if I open a new browser, then the changes are getting reflected.
Can anyone please help me how to get the latest data in the same browser?
Thanks
Vijay