Exception report page doesn't display object arrays very nicely
---------------------------------------------------------------
Key: TAPESTRY-1727
URL: https://issues.apache.org/jira/browse/TAPESTRY-1727
Project: Tapestry
Issue Type: Bug
Components: tapestry-core
Affects Versions: 5.0.5
Reporter: Howard M. Lewis Ship
Priority: Minor
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>".
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]