I want to take some data from the database and arrange it into rows with each row having 4 columns. Tables or css come to mind. By the way, I do not need borders.
What's a clean way to do this? If I use tables, I would have to count how many cells have been done in a row and in the last row add some empty cells to that row. Right? What is a better way?
I am using Spring MVC JSPs and looked at the associated docs. http://static.springsource.org/spring/docs/3.0.x/spring-framework-reference/html/view.html
Thanks!