Load json data which is local in pagefrom servlet to datatable.

Load json data which is local in pagefrom servlet to datatable.

AmirSarvestaniAmirSarvestani Posts: 5Questions: 2Answers: 0
edited February 2017 in Free community support

I am trying to load a json which is a servlet response made by "ObjectMapper mapper" . All i do is submit a button which send a Post to a servlet and the response is a Json created by Jackson FasterXmL. I want to update the table when I get the response but have had no luck populating the table. Can Anyone Pleeease help me??

This discussion has been closed.