shorter logical page name for pages of contributed library
----------------------------------------------------------
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
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]