I would like to introduce separate language files for each customer in my application. This means overriding the way tapestry handles " org.apache.tapestry.global-properties". I need to hook into that mechanism to supply a company id for looking up that company's properties files. I guess each company will have a separate folder containing its properties files.
I'm also working on this for the struts part of the application, involving the ApplicationServlet, MessageResources and the bean:message custom tag. Any tips on where to look to change the tapestry behaviour for looking up language properties files? Thanks, Inge