- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
so if I understand you correctly, you have values in specific fields , then you do an import after those specific fields have been filled in and that is when you loose the values in your specific fields?
If that is the case then what is happening is that the import is overwriting the current DOM that has all of your current Data. After the import thebindings are executed and becuase there are no nodes for those fields they are getting wiped out. You can try changing the binding to none for those fields and that will no longer keep their values in the Dom...but this also means that the data for those fields will not be submitted either.
Make sense?
Paul
Views
Replies
0 Likes
Total Likes