[
https://issues.apache.org/jira/browse/TAP5-1835?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Howard M. Lewis Ship updated TAP5-1835:
---------------------------------------
Assignee: (was: Howard M. Lewis Ship)
> Stripping of package names from logical page name may not occur in intuitive
> order
> ----------------------------------------------------------------------------------
>
> Key: TAP5-1835
> URL: https://issues.apache.org/jira/browse/TAP5-1835
> Project: Tapestry 5
> Issue Type: Improvement
> Components: tapestry-core
> Affects Versions: 5.2.5
> Reporter: Vladimir Velikiy
> Attachments: terms_strip_order.diff
>
>
> I have page in library with prefix requests. Its logical path is:
> requests/requeststatus/RequestStatusView. After stripping logical page name
> by ComponentClassResolver I see the following result:
> requests/requeststatus/tatusView. This is because the terms of the path
> prefix are processed in direct order: requests, requeststatus. It would be
> more correct way to handle the terms in reverse order: requeststatus,
> request, which will give more correct result: requests/requeststatus/View.
> The last term in the path prefix has a close value to the name of the page
> than the previous.
--
This message was sent by Atlassian JIRA
(v6.2#6252)