Tapestry needs an equivalent to a welcome file for folders
----------------------------------------------------------

                 Key: TAPESTRY-2148
                 URL: https://issues.apache.org/jira/browse/TAPESTRY-2148
             Project: Tapestry
          Issue Type: Improvement
          Components: tapestry-core
    Affects Versions: 5.0.10
            Reporter: Howard M. Lewis Ship


It would be nice that a URL such as http://localhost/folder/ be mapped to a 
class myapp.pages.folder.FolderIndex.  People have been wanting to use the 
folder name as a kind of list page, with additional pages to view and edit 
related data, i.e.

/order/ would map to pages.order.OrderIndex and list order
/order/view/123 would map to pages.order.ViewOrder
/order/edit/123 would map to pages.order.EditOrder

etc.

-- 
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]

Reply via email to