The following seems to work but I'm not an experieinced tapestry developer so
comments are more than welcome.  Thx for the advice so far.

           public Link transformPageRenderLink(
                 Link defaultLink,
                 PageRenderRequestParameters parameters) {
                   
                     if (defaultLink.getBasePath().contains("/partner")) {
                         return 
defaultLink.copyWithBasePath("/makeaclaim/amex/testdetails");
                     }
                   
                   
                  
              return defaultLink;

           }


--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/How-to-handle-urls-for-a-White-Label-site-tp5091687p5094862.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