Sure, a better and clean code :)
thank you again.
Here my new clean code :)
@Controller
Type: Posts; User: alexandre.soli; Keyword(s):
Sure, a better and clean code :)
thank you again.
Here my new clean code :)
@Controller
Thank you for you help!
Here is my working code
@Controller
@RequestMapping("/hello.htm")
@SessionAttributes("model")
Hello all :)
Im trying to build my Controller using the Annotation @Controller and @RequestMapping but i can only make it work implementing the interface Controller.
If i change the signature...