Search:

Type: Posts; User: Springinger; Keyword(s):

Search: Search took 0.02 seconds.

  1. Is there some one knows?

    Is there some one knows?
  2. Replies
    0
    Views
    122

    How to change the method in forward

    Hi,
    I'm useing annotation method=RequestMethod.PUT in update in controller, and return a forward page which is annotationed by method=RequestMethod.GET, it throws exception: Request method 'PUT' not...
  3. Can't import freemarker templete when I use Spring MVC rest

    Hi,

    I'm use Spring MVC rest in my project, when I import my templete in configration or ftl file, it says can't find the file

    servlet.xml


    <mvc:resources mapping="/custom.ftl"...
  4. I have solved the problem with a hidden filed

    I have solved the problem with a hidden filed
  5. http://www.springsource.org/download/community

    http://www.springsource.org/download/community
  6. Where can I find some informations about Spring tags

    Hi everybody,

    I'm useing spring mvc and freemarker in my project, I want to find some informations about spring tags in freemarker such as how to use each tag and some demos...

    Can you give me...
  7. You can do it in you Controller as: ...

    You can do it in you Controller as:


    @Controller
    class PersonUpdateController {
    @RequestMapping(value = "\person", method = RequestMethod.POST)
    public update(@ModelAttribute("person")...
  8. 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:



    type Status report

    message...
  9. Check out this post:...

    Check out this post: http://forum.springsource.org/showthread.php?134401-How-to-use-ContentNegotiationStrategy-in-Spring-MVC3-2
  10. thank you very much,it works!

    thank you very much,it works!
  11. How to use ContentNegotiationStrategy in Spring MVC3.2

    Hi together,
    I used to config ContentNegotiatingViewResolver in Spring3.1 with inject mediaTypes as


    <bean class="org.springframework.web.servlet.view.ContentNegotiatingViewResolver">
    ...
Results 1 to 11 of 11