So here's the thing: I've got a url: 

host/pagename/seo-friendly-stuff/id

I'd like to transform this url (using
PageRenderLinkTransformer.transformPageRenderLink) to: 

host/seo-friendly-stuff/pagename-id

However, trying this I get the error: "Unable to resolve
'seo-friendly-stuff' to a known page name."
Now, I get the problem: Tapestry checks if the page "seo-friendly-stuff"
exists. However, I don't want this check performed: I'll translate the
seo-friendly url back in PageRenderLinkTransformer.decodePageRenderRequest. 

So is there any way to disable checking if the page exists, so I can
implement this (not that uncommon) use-case? 

Tia, 

Geert-Jan

--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/PageRenderLinkTransformer-transforming-link-to-seo-friendly-version-with-no-pagename-in-url-tp4461914p4461914.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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

Reply via email to