xforms: how to prevent xxforms:default value from over-writing user input
- by Purni
I have a dropdown to display status, which can be Enabled(true) or Disabled(false). Here is my xml instance.
<?xml version="1.0" encoding="UTF-8"?>
<page>
<file-name></file-name>
<status></status>
</page>
By default, status should be true. So I have set it in binding as follows.
…