Tapestry should allow the pages and components to be referenced by their
"unstripped" names as well
---------------------------------------------------------------------------------------------------
Key: TAPESTRY-2149
URL: https://issues.apache.org/jira/browse/TAPESTRY-2149
Project: Tapestry
Issue Type: Bug
Components: tapestry-core
Affects Versions: 5.0.10
Reporter: Howard M. Lewis Ship
Tapestry "strips" page, component and mixin names, removing redundant elements.
Thus a page class name of myapp.pages.order.EditOrder would have a page name
of "order/Edit".
However, those rules can be a little much for people to grasp; Tapestry should
also accept the untrimmed name, i.e., "order/EditOrder". It should use the
shorter logical name when createing URLs and so forth.
--
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]