Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.0.10
-
None
Description
From the mailing list.
If I have a page class of pages.Orders (that lists Orders) and two other pages: pages.orders.EditOrders and pages.orders.ViewOrders then the later URLs (/orders/edit and /orders/view) appear to be for the /orders page (and include activation context).
Tapestry should be careful to look for the longest match.
As a workaround, the list page could be named pages.orders.ListOrders (/orders/list).