In HTTP
Servlet request object, "foo" is set to value "bar".
Using @RequestAttribute("foo"), I try to fetch the value.
In spring showcase tutorial,they have mentioned that we can fetch the value of foo using @RequestAttribute("foo").
But not fetch. why it is not fetching? this is my question