Re: Tapestry generated urls

2012-12-06 Thread Thiago H de Paula Figueiredo
On Thu, 06 Dec 2012 07:14:34 -0200, Mark Fugmann wrote: Greetings, Hi! Most components build their URLs like /{contextpath}/{locale}/component... Is there any "easy" way to change that? I couldn't find anything. As you're still using T5.1, take a look at the URL rewriting support. --

Re: Tapestry generated urls

2012-12-06 Thread Lance Java
a regex to remove a section of the URL (the mode) and store it in an environmental before the normal tapestry URL handling takes place. -- View this message in context: http://tapestry.1045711.n5.nabble.com/Tapestry-generated-urls-tp5718516p5718517.html Sent from the Tapestry - User mailing list

Tapestry generated urls

2012-12-06 Thread Mark Fugmann
Greetings, We've ran into a problem with tapestry. One of our customers has a strong interest in SEO optimization. Currently our tapestry application (tapestry 5.1) is mounted to /shop/*. This application provides multiple eCommerce stores. Likewise the url for our german store is /shop/de_DE/*,