Simplest case, no columns

Amount Project Task Count City
30.0 Army sanctus erat vero dolore 3 Carthago
564.0 Arts amet sanctus amet est 6
758.0 duo At clita dolore 9 Olympia
888.0 magna sed eos sanctus 7 Roma
472.0 Gladiators magna accusam ea no Olympia
645.0 diam et dolor no 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.