New drop down value not reflected in change event


i have drop down so....

label value
"selection 1" 1
"selection 2" 2

however, in change event, rawvalue prior value, not newly selected one. xfa.event.newtext give me newly selected label need newly selected value.

for example, if current selection "selection 1" , select "selection 2", value of rawvalue 1 while value of newtext "selection 2".

for kicks, checked in change event radio button group , new value.

is bug ?

rob_gabbard@adobeforums.com wrote:
> have drop down so....
>
> label value
> "selection 1" 1
> "selection 2" 2
>
> however, in change event, rawvalue prior value, not newly selected one. xfa.event.newtext give me newly selected label need newly selected value.
>
> example, if current selection "selection 1" , select "selection 2", value of rawvalue 1 while value of newtext "selection 2".
>
> kicks, checked in change event radio button group , new value.
>
> bug ?

rob,
agree it's kinda goofy way works, don't think it's
bug. value want, need following:

var newtext = xfa.event.newtext;
var newvalue = this.bounditem(newtext);


justin klei
cardinal solutions group
www.cardinalsolutions.com


More discussions in LiveCycle pre-ES (6.x and 7.x) discussions


adobe

Comments