<filled>
You said <value expr="myfield"/>.
</filled>
I have this in a jsp page. And thus I am trying to insert a record when the user chooses one of three options.
Thus I want to be able to escape out to java and access the "myfield" value directly. Is there a way to do this?
Or do I have to set a page and pass it to another page?
Is there anyway I can access the phone number without saving it as a variable and then submitting it?
Thus I have an initial vxml page I want to take the phone number and query my database to find out
who the user is. Thus do I first need to capture and submit this value or can I access it somehow as
a variable directly?