Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.0.5
-
None
Description
They are displayed as
[Ljavax.mail.Address;@63dc28
Which is what you get when you invoke toString() on an array type.
Tapestry should be smart enough to expand an array into an unordered list (<ul>, <li>, etc.) and recursively render the values in the list. It should also handle the empty list well, outputting just "[]", or perhaps "<em>empty list</em>".