I have this code in spring jsp and I see ${message} instead of result of it.
${message}
I am setting ModelAndView mav = null; mav.addObject("message", "Username or Password is wrong!!");
I verified that I am using servelet 3.1. I am running pivotal 3.2
Appreciate your help.