Results 1 to 2 of 2

Thread: How to use put/delete with freemarker in Spring MVC3.2

Hybrid View

  1. #1
    Join Date
    Jan 2013
    Posts
    11

    Default How to use put/delete with freemarker in Spring MVC3.2

    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!

  2. #2
    Join Date
    Jan 2013
    Posts
    11

    Default

    I have solved the problem with a hidden filed

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •