by VAD_Support » Thu Feb 11, 2010 4:51 pm
Well, that explains the problem. With a period in the name of the component, when the VAD generates the VXML script it tries to create the variable "application.testvad.testcode". That is interpreted by the javascript engine as a variable named "testvad" with a property "testcode". But the variable testvad does not have that property, and that's why the problem appears.
We had a similar problem in the past with dots in the name of the project. We fixed that some time ago. This is a similar problem with the component, we'll make some changes in the VAD to change that automatically to "_" in the javascript variable name. Until this fix is released, you will have to avoid using dots in the name of components.
Thanks for reporting this.
Regards,