Is there any way to derive new properties based on existing properties? For example, given a property with value="user", I want to derive another property with the first letter capitalized, i.e. "User". I would like to use this approach to derive different filenames based on a base name that is supplied as a parameter.
Thanks Naresh
