A note to the post before. I went on with trying a bit more and I figured out that it sends data back to the client but only in the case when I don't use any extensions. As soon as I use an extension on the POST call it prints me an 404 because it tries to request /blogs.json instead of filtering the extension and call /blogs
Might this be a bug or did I miss a setting? I do the POST call with a HTML form and I use Restlet 2.1 (tried 2.0 before) Using GET this way it is working. Thanks for you help. ------------------------------------------------------ http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2662795

