You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by "Howard M. Lewis Ship (JIRA)" <ji...@apache.org> on 2014/08/01 19:15:40 UTC

[jira] [Updated] (TAP5-1835) Stripping of package names from logical page name may not occur in intuitive order

     [ 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)