Discussion
1
Replies
161
Views
Posted: January 11, 2016
Last activity: January 26, 2016
Closed
Fetching different properties instead of what is defined
I'm doing Exercise: Managing Data for Selectable List Controls
I've completed every step and when I'm selecting different medical plans, the description and cost is not updated on the screen(the current harness is refreshed). However, when I view the clipboard, it appears that the Description and cost is written to a different properties ('description' and 'employee_cost') instead of 'Description' and 'EmployeeCost'. Below is the excerpt for the clipboard page.
|
This is most commonly caused by setting the incorrect property in the field for the layout or other ui component.