Datatable using JSP Issue
Datatable using JSP Issue
Hi Allan, i am just trying to create Datatable using jsp. I am getting json from server as a response. That json is valid with JSONLint.But still Datatable is not populating.
If i am hardcoding json in sAjaxSource like "sAjaxSource":'jsondata.txt' then datatable is populating. jsondata.txt file contains same json data from server. This is just for testing . And my Datatable is populating.
But if i am passing "sAjaxSource":'myjspfile' then still i am getting well format json but my Datatable is not populating.
I am stuck with this issue for almost a week. Pls suggest.
If i am hardcoding json in sAjaxSource like "sAjaxSource":'jsondata.txt' then datatable is populating. jsondata.txt file contains same json data from server. This is just for testing . And my Datatable is populating.
But if i am passing "sAjaxSource":'myjspfile' then still i am getting well format json but my Datatable is not populating.
I am stuck with this issue for almost a week. Pls suggest.
This discussion has been closed.
Replies
Allan