[
https://issues.apache.org/jira/browse/TAPESTRY-1526?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Howard M. Lewis Ship updated TAPESTRY-1526:
-------------------------------------------
Summary: Strip the folder name used to identify libraries from logical page
names, just as the subfolder is stripped (was: shorter logical page name for
pages of contributed library)
> Strip the folder name used to identify libraries from logical page names,
> just as the subfolder is stripped
> -----------------------------------------------------------------------------------------------------------
>
> Key: TAPESTRY-1526
> URL: https://issues.apache.org/jira/browse/TAPESTRY-1526
> Project: Tapestry
> Issue Type: New Feature
> Components: tapestry-core
> Affects Versions: 5.0.5
> Reporter: Martin Grotzke
> Assignee: Howard M. Lewis Ship
> Priority: Minor
>
> For a library mapping it would be really nice to have shorter logical page
> names.
> The library mapping is e.g. the following:
> public static void contributeComponentClassResolver(
> Configuration<LibraryMapping> configuration ) {
> configuration.add( new LibraryMapping( "user",
> "org.comp.app.user.presentation" ) );
> }
> For the page class org.comp.app.user.presentation.pages.CreateUser it would
> be nice to get
> the url /app/user/create instead of /app/user/createuser.
--
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]