playframework - Support for HTTP "MERGE" verb in Play! Framework 2.1? -


i'm attempting implement odata service on play! framework.

when updating records, odata client "jaydata" uses 'merge' http verb/method submit changes, doesn't appear supported @ play framework.

is there anyway add support this?

merge won't supported because not valid http method.

in order use arbitrary http method in request, use execute method wsrequestholder.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -