Page 1 of 1

Regina is using a Dojo List Text Box control to display a list of user selected values. She is using the Value Picker co

Posted: Fri Aug 26, 2022 9:57 am
by answerhappygod
Regina is using a Dojo List Text Box control to display a list of user selected values. She is using the Value Picker control to display the selection list to the user. After Regina adds theValue Picker control and configures the data provider she saves theXPage. After saving she notices that the XPage now contains an error with message "Required value for ValuePicker is not present". What is the reason for the error?

A. The value of the valueProvider property on the Value Picker control needs to be set tothe id of the Dojo List Text Box control.
B. The value of the valueProvider property on the Dojo List Text Box control needs to be set to the id of the Value Picker.
C. The value of the for property on the Value Picker control needs to be set to the id ofthe Dojo List Text Box control.
D. The value of the for property on the Dojo List Text Box control needs to be set to the id of the Value Picker control.