Support for "index" pages in packages
-------------------------------------
Key: TAPESTRY-2197
URL: https://issues.apache.org/jira/browse/TAPESTRY-2197
Project: Tapestry
Issue Type: New Feature
Affects Versions: 5.0.10
Reporter: Howard M. Lewis Ship
Assignee: Howard M. Lewis Ship
For package org.example.pages.folder, a class named "FolderIndex" should
respond to any of the following URLs:
- folder/FolderIndex (full name)
- folder/Index (redundancies removed)
- folder/
The canonical name should be "folder/Index", but in page render links, the
trailing "Index" (after the final slash) should be removed. For action links,
we still need the page name or we would end up with odd, hard to parse URLs.
We should deprecate the Start page mechanism, in favor of a root-level Index
page.
--
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]