Datatable using JSP Issue

Datatable using JSP Issue

ravi.jiitravi.jiit Posts: 3Questions: 0Answers: 0
edited October 2010 in General
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.

Replies

  • allanallan Posts: 63,498Questions: 1Answers: 10,471 Site admin
    Can you show us what your JSON looks like please?

    Allan
This discussion has been closed.