Hello.

I have few customers where I have to deploy my Tapestry 4.0 web app, and I would like to have some way to set specific customer "theme" thus to be able to have many versions of templates and properties files for each customer.

For instance, I would like to set theme name "customer1", and when I go to "Home" page, somehow Tapestry to search for
Home_customer1.html
Home_customer1.properties

The only thing that comes to my mind is setting new Locale("customer1") somewhere, but somehow, I don't see a place to set it during Tapestry boot ? I have found some old page on Wiki where it says to override BaseEngine.getLocale() class, and set it via
<meta key="org.apache.tapestry.engine-class" value="my.company.EngineImpl"/>
but it doesn't work.

Any ideas?

Regards,
Vjeran


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to