Usually what this error means is that there is not a method in the controller that will handle a PUT request for the url mapping being supplied. I think PUK_999 was onto the right path. I'd double check the path in the request url.
Usually what this error means is that there is not a method in the controller that will handle a PUT request for the url mapping being supplied. I think PUK_999 was onto the right path. I'd double check the path in the request url.