On Mon, 10 Jun 2013 19:56:06 -0300, Nomen Nomanum <getibi...@outlook.com> 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 and use the name of the article (or some modification of it) as the activation context. If you don't do that, you'll need to use some form of URL rewriting, but then you create another problem for you: you'll need to figure out yourself whether the URL is for a Tapestry page or an article name.

--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to