Details
-
New Feature
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.2.0
-
None
Description
When you use an invalid name, such as a misspelling of a component type, Tapestry is great about listing out the possible names you could have used. However, when there's a lot of those (such as a service id, or a component type, or page name in a large application), the format is hard to parse: long, long, long comma-separated list.
A better approach would be to use two or three columns of <ul> and <li> elements to present the options in a useful order.