Please go through http://tapestry.apache.org/url-rewriting.html.
Also http://blog.tapestry5.de/index.php/2010/09/06/new-url-rewriting-api/ is a must read for url rewriting. regards Taha On May 10, 2013, at 4:48 PM, Nomer Nominus wrote: > I have FullArticle tml page, and all articles get url link in the browser > like http://localhost:9999/fullarticle , however I don't want this to be like > that, instead I would like it to be > http://localhost:9999/fullarticle/Article1 or perhaps even > http://localhost:9999/Article1 > > How to achieve this behavior? >