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
Type: Posts; User: thol01; Keyword(s):
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
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...
@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
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...
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...
I did what I should not do (unzip the zip file in the pluggin dir).
/Thomas
Hi
I get alot of error when running the WTP RC4 and IDE 1.2.4 together.
Is there any solution?
Best Regards
Thomas