can someone give a reference for @sessionattribute annotation in Spring MCV.
How to save an object and get that object.
can someone give a reference for @sessionattribute annotation in Spring MCV.
How to save an object and get that object.
Refer Spring documentation at below link.
Below link also may help you.
http://www.intertech.com/Blog/understanding-spring-mvc-model-and-session-attributes/
This is the syntex:
@SessionAttributes(value = "customer")
This is a link: http://www.programsji.com/spring/SessionAttributes