[Lift] Re: Using Lift to build a Web Service and the PUT HTTP method??

2009-08-28 Thread Charles F. Munat
If, for example, you are sending an "id" property, then you should be able to get it through the Req object via params: req.params("id") That's how I do it, but without seeing what you're sending, I can't be sure how you would do it. It works the same way as with POST, so I'm not sure why you

[Lift] Re: Using Lift to build a Web Service and the PUT HTTP method??

2009-08-28 Thread David Pollak
On Thu, Aug 27, 2009 at 5:35 PM, Alan M wrote: > > I'm trying to use PUT with Lift and it seems to be working, except I > can't find the content I put. I'm using jQuery on the front end (a > custom front-end) and firebug seems to think the data gets sent. > Although it doesn't show me the raw re