Re: PageURL Rewriting, pulling name instead of id

2013-06-11 Thread Thiago H de Paula Figueiredo
riter app I have found on the web, however I am green in tapestry field for now, and can't figure out it best. To: users@tapestry.apache.org Subject: Re: PageURL Rewriting, pulling name instead of id Date: Tue, 11 Jun 2013 09:00:28 -0300 From: thiag...@gmail.com On Mon, 10 Jun 2013 19:5

RE: PageURL Rewriting, pulling name instead of id

2013-06-11 Thread Nomen Nomanum
org > Subject: Re: PageURL Rewriting, pulling name instead of id > Date: Tue, 11 Jun 2013 09:00:28 -0300 > From: thiag...@gmail.com > > On Mon, 10 Jun 2013 19:56:06 -0300, Nomen Nomanum > wrote: > > > #Thiago > > Yes, that would work in the case where I want som

Re: PageURL Rewriting, pulling name instead of id

2013-06-11 Thread Thiago H de Paula Figueiredo
On Mon, 10 Jun 2013 19:56:06 -0300, Nomen Nomanum wrote: #Thiago Yes, that would work in the case where I want something like localhost:8080/FullArticle/NameOfArticle but what if I wanted localhost:8080/NameOfArticle ? How to achieve this behavior? You could use an Index page for that an

RE: PageURL Rewriting, pulling name instead of id

2013-06-10 Thread Nomen Nomanum
, and tapestry register based on the clicked article creates in the flow page name for it? Is it possible? > Subject: Re: PageURL Rewriting, pulling name instead of id > From: mailingl...@j-b-s.de > Date: Tue, 11 Jun 2013 00:46:42 +0200 > To: users@tapestry.apache.org > > Be car

Re: PageURL Rewriting, pulling name instead of id

2013-06-10 Thread mailingl...@j-b-s.de
Be carefull with article names...make sure a name is unique in all supported languages similar to the PK-ID you are using right now. From experience a name is usually not sufficient to guarantee this, thus attributes like color or size are required as well in your final name or as part of your A

Re: PageURL Rewriting, pulling name instead of id

2013-06-10 Thread Thiago H de Paula Figueiredo
Just use the name of the article as the page activation context instead. No URL rewriting needed. On Mon, 10 Jun 2013 17:59:42 -0300, Nomen Nomanum wrote: Hi. I have an issue with the following: Lets say I click on my article, and it directs me to that specific page localhost:8080/Full