Re: How to handle urls for a White Label site

2012-01-03 Thread Thiago H. de Paula Figueiredo
On Tue, 03 Jan 2012 13:00:42 -0200, captain_rhino wrote: 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? I'd

Re: How to handle urls for a White Label site

2012-01-03 Thread captain_rhino
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

Re: How to handle urls for a White Label site

2011-12-22 Thread captain_rhino
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. --

Re: How to handle urls for a White Label site

2011-12-22 Thread captain_rhino
.createPageRenderLink(TestDetails.class); } return defaultLink; } } -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-handle-urls-for-a-White-Label-site-tp5091687p50

Re: How to handle urls for a White Label site

2011-12-21 Thread Thiago H. de Paula Figueiredo
On Wed, 21 Dec 2011 15:02:30 -0200, Cezary Biernacki wrote: In Tapestry 5.1 you need to contribute 'URLRewriteRule'-s to URLRewriter service. URLRewriter works in T5.2 too, but it is deprecated, Correct. so in Tapestry 5.2 and 5.3 you need to decorate ComponentEventLinkEncoder. Not cor

Re: How to handle urls for a White Label site

2011-12-21 Thread Cezary Biernacki
ackages 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. > &g

Re: How to handle urls for a White Label site

2011-12-21 Thread Lance Java
.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. > &

Re: How to handle urls for a White Label site

2011-12-21 Thread trsvax
I have not used this but I think it does what you want. http://tynamo.org/tapestry-routing+guide -- View this message in context: http://tapestry.1045711.n5.nabble.com/How-to-handle-urls-for-a-White-Label-site-tp5091687p5092265.html Sent from the Tapestry - User mailing list archive at

How to handle urls for a White Label site

2011-12-21 Thread captain_rhino
n 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 archiv