Hi all,
I have a node structure like the following
vaSample (1:1)
-vaInput
I have set the value for vaInput in form using coding like
xfa.datasets.data.dataDescription.vaSample.vaInput.rawValue="Hello";
and when i was able to display the same in the form using the
xfa.host.messageBox(""+xfa.datasets.data.dataDescription.vaSample.vaInput.rawValue);
This displays Hello perfectly.
But when i acces the same in WD Java , i was not able to get the message "Hello"
But the same works well if the input was through a input text field.
My doubt is
"Will we able to get the data from a context if the values for the attributes are set using scripts in form?"
Thanks
Gopal