volosoft / jtable

A JQuery plugin to create AJAX based CRUD tables.
http://www.jtable.org
1.1k stars 506 forks source link

JSP Integration #765

Open JorgJimz opened 11 years ago

JorgJimz commented 11 years ago

It would be good if jtable's developers could upload a simple tutorial about how integrate this wonderful jtable with SERVLET. I'm using JSonObject and sending this ->{"Result":"OK","Records":[{"PersonId:":1,"Name:":"Rajat","Age:":22,"RecordDate:":1994}]} from Servlet but it's showing an error "An error occured while communicating to the server."; Y don't know how I can use Jtable Jquery for JSP.

Help!

Regards.

JorgJimz commented 11 years ago

It seems like Jtable can't connect with Servlet ... I'm using this in ther parameter "actions"

listAction: '/ServletExpediente?accion=listarExpedientes',