Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Floating Field on exit not working

Avatar

Level 2
I have a multi page form that begins with a data entry page and there are several floating fields in the form.



The following code is not working when it is put in the exit event, but does work if I put in a default value in the field and put the code in the initialize event. (version:8.0.1291)



xfa.resolveNode("ContractEmp.EA1.floatemployee").rawValue = this.rawValue;

xfa.layout.relayout();



Id appreciate any input to this dilemma.



Thanks.
10 Replies