var request = {firstName: "Henry",lastName: "Bolwer"};$.ajax({type: "POST",url: "@{Application.save()}",contentType: "application/json",data: JSON.stringify(request)});
--
You received this message because you are subscribed to the Google Groups "play-framework" group.
To post to this group, send email to play-fr...@googlegroups.com.
To unsubscribe from this group, send email to play-framewor...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/play-framework?hl=en.
+1 for knockout!Work great with play+ajax / #jsAction
--
You received this message because you are subscribed to the Google Groups "play-framework" group.
To view this discussion on the web visit https://groups.google.com/d/msg/play-framework/-/PSE7sIuKKE8J.
The problem with binding and jquery serializing is described here https://play.lighthouseapp.com/projects/57987/tickets/331-pojo-binding-does-not-work-with-jquery-ajax-serialisation
The ticket has link to a new binding impl which is not yet added to main play source. It would be nice if you tried out this new binding impl and sees if it helps you.
-morten