Hi Gordon,
thanks for the quick reply. I want to use property files for the app
config because we may share some of those properties with java
classes. in addition it's nice that i don't have to parse them and
that they're bindable.
BTW, can i load a properties file that was not declared in the
Metadata tags during compile time, i.e.
ResourceManager.loadResource("config.properties")Thanks, d

