In reference, form:form is used to use put/delete method, but how to use it in freemarker?
I use it as <form method="put" action=""> but it throw exception:

Code:
type Status report

message Request method 'GET' not supported

description The specified HTTP method is not allowed for the requested resource (Request method 'GET' not supported).
How can i use put in freemarker?

Thank you vary mach!