Displaying List of Objects in Table using Thymeleaf
Last Updated on May 11, 2019 by jt A real common task is to display a list of objects fetched from the database in a HTML table on a webpage. Thymeleaf has a handy tag which allows us to iterate over a list of objects, and generate HTML code to display a table row for each […]Continue reading