|
This post was updated on .
Thanks Alex,
Issue is ORBEON.xforms.Document.getValue(control-id); worked for Radio Buttons, but it does not support for dropdown list. It returns 'op1: undefined' for following code,
var op1 = ORBEON.xforms.Document.getValue(control-id);
alert("op1 : " + op1);
-NHL
|