| Excerpt |
|---|
A simple taglib to display a bean in a table, à la displaytag, but with one bean instead of a collection, each property being a row instead of a column. |
temp notes:
- if you don't specify any <property>, all properties of the bean are displayed, sorted.
- if you don't specify any <property> and your bean is an instance of java.util.Map, all String.valueOf(each key) is used as a property name.
