Hello, I recently migrated to Tapestry 5.2 and decided to re-implement URLRewriter rules as LinkTransformers. Unfortunately there's a problem. I have to rewrite all requests to *.html pages and route them to my Index page (since the application was previously using html pages and some users have it bookmarked). The PageRenderLinkTransformer works for this purpose except for index.html page. Since Index is a page name, requests to index.html are automatically treated as component event requests (component html of Index page) and are not passed through my transformer. Is there a way to work around this issue?
Thank you, Olaf Tomczak --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
