Hi All, I am trying to apply modifications to a dataset back to the XML file it was read from, without success.
The file is read locally such as : <dataset name="dset" src="resources/phonebook.xml"/> Modifications to the dataset are done with datapath.updateData(); calls. All examples given in the laszlo doc seem to only affect run-time data. Is there a particular binding I should specify? I dont think there are permission issues. What could I be missing here? Regards, Fred.
