Srinath Palsa

Srinath Palsa

  • NA
  • 25
  • 2.3k

retrieved the records from database and stored in list.

Nov 10 2017 4:51 AM
Springboot: 
 In handler method 1: I have saved the registration values in database using .save method and redirected the call to second handler method.
 In handler method 2: In this i have retrieved the records from database and stored in list..
 after that i set the list to session.
3) trying to iterate the  list by using THYMELEAF template but  im not getting the values.