Simplest case, no columns
| Amount | Project | Count | Task | City |
|---|---|---|---|---|
| 239.0 | Army | 3 | eirmod eirmod vero kasd | Roma |
| 775.0 | Gladiators | 5 | sed nonumy voluptua ipsum | Neapolis |
| 21.0 | Taxes | 2 | takimata consetetur tempor sea | Olympia |
| 775.0 | Taxes | 4 | magna magna accusam ea | Olympia |
| 836.0 | Taxes | 3 | ut voluptua et no | Roma |
| 914.0 | Taxes | 8 | et ea sea erat | Olympia |
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.