If you mean from a browser-based form, you probably want to use POST to emulate a PUT, unless you want to use AJAX. Restlet provides help for tunneling PUT over POST; see this FAQ entry:
http://www.restlet.org/documentation/1.0/faq#19 ----- Original Message ----- From: "katrin" <[EMAIL PROTECTED]> To: [email protected] Sent: Friday, September 7, 2007 5:24:12 PM (GMT-0500) America/New_York Subject: PUT call I want to have a link in book representation page for loan it. how can I make PUT calls to create a loan resource after clicking that link? Thanks in advance.

