Thanks for all your replies!
Actually,We are developing an application in Multi-Tenant mode,Every tenant
shares the same web domain.In a private network(every tenant login in before
use the app for example),tapestry works well.But now we meet a new
problem,our customers need to publish some pages to
SNS(FaceBook,twitter...),so I want to perssit the current tenant id into
urls ,In this way when people come from external links,we can know which tenant
they wants to see.
I have looked into tapestry's source code,the way tapesty deals
with encoding locale into path is just the way we want.So I want to know how
to implement this winthout changing tapestry's source code.
Can anyone help me ?