A little xmas cheer to all! I'm in the process of creating a white label site to handle insurance claims for different partners.
I'm looking for a general steer on how to handle the urls. The web page flow is generic for all the different white label partners. Currently external sites use the following links to access my site www.mydomain.com/makeaclaim/whitelabelpartner1 www.mydomain.com/makeaclaim/whitelabelpartner2 for a white label partner entering our site I use a PageRenderLinkTransformer to then look at the that url and move them onto to the start of the journey and store where they came from in the session. i.e. move them from www.mydomain.com/makeaclaim/whitelabelpartner1 to www.mydomain.com/makeaclaim/claimdetails My problem is if they bookmark the claimsdetails or any future page links I have no idea where they came from. I have thought of passing a request parameter through the entire journey but that seems a bit clunky. Ideally i'd like to be to do the following www.mydomain.com/makeaclaim/whitelabelpartner1/claimdetails www.mydomain.com/makeaclaim/whitelabelpartner1/personaldetails www.mydomain.com/makeaclaim/whitelabelpartner2/claimdetails www.mydomain.com/makeaclaim/whitelabelpartner2/personaldetails where claim details is one single tapestry page not placed in two separate packages as this needs to be configurable as new partners can be added all the time. Is some kind of url masking to page actions available in tapestry? i.e. www.mydomain.com/makeaclaim/*/claimdetails Any ideas/Suggestions welcome. -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-handle-urls-for-a-White-Label-site-tp5091687p5091687.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