I got some basic rewriting of differrent partners working.  One for Lloyds
and one for Amex.

Simple requests such as 

http://localhost:8080/makeaclaim/lloyds/test
or
http://localhost:8080/makeaclaim/amex/test
got url rewrote to 
makeaclaim.partner.test

So good so far.


I have a Test class where the onSuccess method is looking to create a link.

Currently I have a very messy way of passing a context (the context
indicates which prtner site it is from) through so as the
PageRenderLinkTransformer can then use this context to dynamically create
the url displayed to the user?

Is there an wasier way to do this?  Any examples/comments would be much
appreciated?



http://snipt.org/tvpo9 PageRenderLinkTransformer 
http://snipt.org/tvpj8 Test.java 



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