-
Notifications
You must be signed in to change notification settings - Fork 495
Closed
Labels
Description
hello
i tried to use jtable with jsp i followed the same steps done in the php example but id didn't work
in the jsp page which holds the table i inserted
.............
title:'Table of people',
actions: { listAction:'PersonActions.jsp?action=list'>.......
</script>
and the json object in the PersonActions.jsp is generated using the JSONObject class properly and i send it bank using :
System.out.print(jsonobject)
System.out.flush()
but it didn't work i don't know where the problem is probably it's from receiving the JSONObject from PersonActions.jsp
please help me and give me your advice
Reactions are currently unavailable