but if I run the getter, `getNumCarID()` it sudden...
# cfml-general
a
but if I run the getter,
getNumCarID()
it suddenly becomes available again. e.g.
Copy code
getNumCarId();
writeOutput(VARIABLES.numCarID);
doesn't error
Copy code
//getNumCarId();
writeOutput(VARIABLES.numCarID);
errors
r
Are you calling super.init() in the extended component's init() method? If not, I would try that.
a
no affect. have resolved the issue, was just wondering if anyone else was aware of a change
r
I have not run into that issue. 🤷🏻‍♂️
s
"have resolved the issue" -- what was the resolution? (since what you reported seems to make no sense)