Logical Page Name Shortening

2016-08-24 Thread Lherm Nicolas
Hello, I have a question about the shortheneng URL's of somes page names. I read that Tapestry removed the redundant suffix of the URL in certains cases, and and wanna know why or where do they do this ? Thanks

Re: Logical Page Name Shortening

2016-08-24 Thread Dmitry Gusev
Hi, have you seen this? http://tapestry.apache.org/page-navigation.html On Wed, Aug 24, 2016 at 5:38 PM, Lherm Nicolas wrote: > Hello, > > > I have a question about the shortheneng URL's of somes page names. > > > I read that Tapestry removed the redundant suffix of the URL in certains > cases,

RE: Logical Page Name Shortening

2016-08-24 Thread Lherm Nicolas
Hi, Yes I saw it, but I don't understand why tapestry removed the suffix. De : Dmitry Gusev Envoyé : mercredi 24 août 2016 16:54:46 À : Tapestry users Objet : Re: Logical Page Name Shortening Hi, have you seen this? http://tapestry.apache.org/page-navigation.h

Re: Logical Page Name Shortening

2016-08-24 Thread Dmitry Gusev
To make URLs shorter/prettier, so you could name your java classes & TMLs differently, i.e.: address/CreateAddress => address/create user/CreateUser => user/create Without this feature your URLs would be address/createaddress and user/createuser, or you would have to name your pages the same but

RE: Logical Page Name Shortening

2016-08-24 Thread Lherm Nicolas
Okay I understand this. However , would it posssible to keep the name without the "cut" by Tapestry . I mean create a page like address / CreateAddress and have the url ending with CreateAdress ? De : Dmitry Gusev Envoyé : mercredi 24 août 2016 17:18:49 À :

Re: Logical Page Name Shortening

2016-08-24 Thread Dmitry Gusev
Looking at code I don't think this is something you can configure easily with a symbol. If you really need to change page URLs you may use one of the URL rewriting techniques, i.e.: https://tapestry.apache.org/url-rewriting.html http://www.tynamo.org/tapestry-routing+guide/ On Wed, Aug 24, 2016