Hello,
I’m initing a form with XML. The XML includes 3 fields and 2 buttons.
The save button works fine. But the reset one doesnt.
<script>
var myForm = new dhtmlXForm("myForm1");
myForm.loadStruct("form.xml");
var dp = new dataProcessor("servlet/contato");
dp.init(myForm);
</script>
</div>