posted 9 years ago
Hi,
I'm writing a program where there is a table to be created when ever there id a date change. But the problem here, first the table gets created on selecting date, But when i start changing the date the table doesn't get created, and there are no errors in the console. Below are my codes.
table.jsp
tableGenerator.js
Controller
DataDAO.java
please let me know how can i do this. I should get the data without refreshing the page. i.e. As soon as i change the date, the changes should be reflecting. When I saw in developer options in Chrome, it is the same JSON response. I mean there is no error or such thing, json data is displayed in the log.
The problems come up only there is a change in date. The data doesn't get displayed, But the data is reflected in Console.
Thanks,
Marsoni