jquery+jax-rs issue

2012-08-01 Thread Lenin
how to get receive data from server to client using jquery and jax-rs but am able to send a data to server without setting content-type .. am new in this technology... this is my code client code: $.ajax({ url: rootURL, type: 'POST', crossDomain: true,

Re: jquery+jax-rs issue

2012-08-02 Thread Lenin
when i send the data into server , 1always getting error message,even successfully saved into database 2.not able to receive the response from server to client. i have used jquery-1.7.1.min.js file thanks in advance.. -- View this message in context: http://cxf.547215.n5.nabble.com/jquery

issue with jquery client

2012-08-08 Thread Lenin
how to send the response to jquery client as josn data. this is my jquery code for getting data to client *var url= 'http://10.163.14.56:9000/customerservice/renderdetails?callback=?'; $(document).ready(function(){ $('#getData').click(function