Search:

Type: Posts; User: 7of9; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    1,149

    problem solved by myself. remove the...

    problem solved by myself. remove the AnnotationMethodHandlerAdapter, but leave the DefaultAnnotationHandlerMapping in
  2. Replies
    2
    Views
    1,149

    I tried to register these two beans in...

    I tried to register these two beans in servlet.xml because there are many exsiting controllers are not annotated and still using SimpleUrlHandlerMapping in the servlet.xml for the url mapping.
    ...
  3. Replies
    2
    Views
    1,149

    annotation mapping config

    Dear All,

    Here is my controller annotation

    @Controller
    @RequestMapping("/manage_something.do")
    @SessionAttributes("form")
    public class ManageSomethingFormController {

    }
Results 1 to 3 of 3