SyntaxFix
Write A Post
Hire A Developer
Questions
@RequestMapping(value="/") public String home(HttpServletRequest request){ System.out.println("My Attribute :: "+request.getAttribute("YourAttributeName")); return "home"; }