Hi all, I have saved the form widget values to an XML file. This is the xml file i get when i save using form binding. <?xml version="1.0" encoding="UTF-8"?> <test-repeater> <repeater-row field="a" boolfld="true"/> </test-repeater> boolfld is a booleanfield widget i.e a check box I have to display the form back using the same XML file. I get the following error message on load: - Cannot set value of boolean field "test-repeater.0.boolfld" to a non-Boolean value. I guess the problem is that "true" is read as a string from the XML file and boolfld has to be boolean. Is there a workaround for this problem. Thanx in advance. Regards Steve |
Join Excite! - http://www.excite.com
The most personalized portal on the Web!
