Maybe restlet is using the other put method
@Override
        protected Representation put(Representation representation, Variant
variant) throws ResourceException

try overriding that one.

I use anotations in resources like:

@Get
public Representation getResource(){
}

@Put
public void putResource(){
}

etc.

So I really don't know if overriding put methods work.

--
View this message in context: 
http://restlet-discuss.1400322.n2.nabble.com/can-not-return-description-in-put-tp6474740p6479427.html
Sent from the Restlet Discuss mailing list archive at Nabble.com.

------------------------------------------------------
http://restlet.tigris.org/ds/viewMessage.do?dsForumId=4447&dsMessageId=2766259

Reply via email to