Re: Using PUT with REST Plugin

2009-05-13 Thread Stuart Ellidge
Hi David, Here is how we construct a URL in our JSP: So the key differences are: * ID is part of the main body of the URL - not a parameter * we use PUT as opposed to "put" (not sure it makes any difference, but haven't tested lowercase) * _method is a URL parameter - not a form obje

Using PUT with REST Plugin

2009-05-12 Thread David Whitehurst
Can someone show me using my example of how to use the PUT feature of the REST Plugin. I'll provide my example that doesn't work. I need to know if I'm setting this up correctly using GWT. I can't get it to work. The Confluence showed id=Thrillers so I've also tried &id=customers and that didn'