Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    1,719

    If I put an "empty" @RequestMapping on the method...

    If I put an "empty" @RequestMapping on the method it also works. But I still think it would be nice if Spring by default would find and map my methods in the Controller.

    /Thomas
  2. Replies
    5
    Views
    1,719

    I'll will try to test the MethodNameResolver...

    I'll will try to test the MethodNameResolver method on the AnnotationMethodHandlerAdapter to see if that works.

    Have a look at this blog:

    http://blogs.warwick.ac.uk/chrismay/entry/spring_25_web...
  3. Replies
    5
    Views
    1,719

    @RequestMapping(method = RequestMethod.POST) ...

    @RequestMapping(method = RequestMethod.POST)

    works!

    But I hoped that I could do without the @RequestMapping on the methods. That Spring would figure out this out.

    Thanks

    Thomas
  4. Replies
    5
    Views
    1,719

    Problem with @RequestMapping("/*.do")

    Hi

    I've have a simple HTML Form with an action set to addEmployeeAnno.do.

    In my Controller marked with
    @Controller
    @RequestMapping("/*.do")

    I have a method called public String...
  5. Thread: Manifest.mf

    by thol01
    Replies
    0
    Views
    829

    Manifest.mf

    Hi

    I can't find a Extension-Name in your spring.jar (manifest.mf) file. Is it possible for you to put in a Extension-Name in future releases (I do it myself now) of spring.
    This will make it...
  6. Replies
    1
    Views
    1,393

    Sorry

    I did what I should not do (unzip the zip file in the pluggin dir).

    /Thomas
  7. Replies
    1
    Views
    1,393

    WTP_RC4 and Spring IDE 1.2.4

    Hi

    I get alot of error when running the WTP RC4 and IDE 1.2.4 together.
    Is there any solution?

    Best Regards
    Thomas
Results 1 to 7 of 8