Our web application consist in a main framework responsible for session
management and other shared functions and a number or modules loading inside
the main framework.

My question is what would be the best approach to structure the files and
screen in order to load both the main properties and the specific ones
needed for modules.

Currently I have an app.properties file inside WEB-INF and I load the
properties in my Start.tml using "${message:property string}".

So, in order to create a moduleA.tml template that share both app.properties
for the framework and moduleA.properties, what should I do?
-- 
View this message in context: 
http://www.nabble.com/T5%3A-Newbie-question---Context-sensitive-properties-tf4558034.html#a13007788
Sent from the Tapestry - User mailing list archive at Nabble.com.


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

Reply via email to