Hi,
I am merging my templates with key value pairs from a properties file.
//Properties file
server.dir=/opt/myserver
// template
Blah blah ${server.dir}
My question is whether or not there is a way to escape the '.' character
is it thinks the object name is 'server' and 'dir' is a subproperty
rather then the string of 'server.dir'.
Thanks
Rick
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]