- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Hi Ritu,
My guess in this case is that the data binding you're doing in the stepper doesn't work with objects 2-levels deep (data.customFields.score). Could you add an eventlistener to userManager for UserEvent.CUSTOM_FIELD_CHANGE, and see if your changes are actually being round-tripped to the service? What evidence do you have that the userCollection is being updated? I don't see anything in the code above (the trace there happens too soon to tell).
If your changes are generating events, the next thing I'd check is to see whether this is causing your itemRenderer's set data function to be triggered. If that's the case, then at least you could manually assign the value to the numeric stepper.
hope that helps
nigel
Views
Replies
Total Likes