Ronaldo Junior said the following on 8/5/2007 10:22 PM:
"Invalid Path To Config:The path ${environment.reactorConfig} does not
exist."
Ronaldo, I'll fix the problem if there is one. A couple of questions
first...
1. Are you trying to reference a key that just happens to have a dot in it?
Example Data:
variables["some.key'] = "something"
CS:
<property name="someKey"><value>${some.key}</value></property>
- or -
2. Are you actually try to reference a key that is nested deeply in a
struct?
Example Data:
variables.some = structnew()
variables.some.key = "something"
CS:
<property name="someKey"><value>${some.key}</value></property>
If you are trying to do #1, then this is bug -- otherwise #2 is not
supported by CS. File a bug if you are trying to do #1 at
http://code.coldspringframework.org/browse/CSP
Best,
Peter J. Farrell