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:
How can i use put in freemarker?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).
Thank you vary mach!


Reply With Quote