Hi all,
In Spring MVC, how could I pass an HttpSession object to a bean other than a controller such that I could create an instance of that bean based on an attribute stored in the HttpSession. Then, the new instance will be injected to a controller via setter injection.
Thanks in advance!
Nathan


Reply With Quote