0

can someone give a reference for @sessionattribute annotation in Spring MCV.

How to save an object and get that object.

bula
  • 8,719
  • 5
  • 27
  • 44
  • Read [Spring Framework 3 and session attributes](http://stackoverflow.com/questions/2757198/spring-framework-3-and-session-attributes) – Braj Jun 14 '14 at 17:52

2 Answers2

0

This is the syntex:

@SessionAttributes(value = "customer")

This is a link: http://www.programsji.com/spring/SessionAttributes

programsji.com
  • 217
  • 1
  • 6