Simplest case, no columns

Amount Project Task Count City
192.0 Army ea magna eirmod sed 2 Carthago
280.0 consetetur tempor justo sed 3 Roma
316.0 amet Lorem sed invidunt 8
577.0 Arts Stet dolore est duo 6 Carthago
42.0 Taxes sadipscing et et sed 2 Olympia
690.0 invidunt sadipscing erat consetetur 8 Carthago

The simplest possible usage of the table tag is to point the table tag at a java.util.List implementation and do nothing else. The table tag will iterate through the list and display a column for each property contained in the objects.

Typically, the only time that you would want to use the tag in this simple way would be during development as a sanity check. For production, you should always define at least a single column.