Component template is located based on logical page/component name, rather than
on the class name itself
--------------------------------------------------------------------------------------------------------
Key: TAPESTRY-1590
URL: https://issues.apache.org/jira/browse/TAPESTRY-1590
Project: Tapestry
Issue Type: Bug
Components: tapestry-core
Affects Versions: 5.0
Reporter: Howard M. Lewis Ship
Assignee: Howard M. Lewis Ship
If you define a class name, say foo.pages.account.CreateAccount the logical
page name will be "account/Create" (which is good). The message catalog will
be "CreateAcount.properties", but the template will be
"WEB-INF/account/Create.html" (not "CreateAccount.html", which is to be
expected).
--
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]