@H_301_114@
- $.ajax({
- url:"http://localhost:8080/STS/rest/user",
- type:"POST",250)"> data:$('#postForm').serialize(),250)"> success:function(data){
- $('#serverResponse').html(data);
- },250)"> error: $('#serverResponse').html(data.status+":"+data.statusText+":"+data.responseText);
- }
- });